Skip to main content

Type alias: TextNodeParams<T>

TextNodeParams<T>: BaseNodeParams<T> & object

Type declaration

endCharIdx?

optional endCharIdx: number

metadataSeparator?

optional metadataSeparator: string

startCharIdx?

optional startCharIdx: number

text?

optional text: string

textTemplate?

optional textTemplate: string

Type parameters

T extends Metadata = Metadata

Source

packages/core/dist/schema/index.d.ts:84