Skip to main content

tw5-typed / modules/parsers / ICodeBlockParseTreeNode

Interface: ICodeBlockParseTreeNode

modules/parsers.ICodeBlockParseTreeNode

Hierarchy

Table of contents

Properties

Properties

attributes

attributes: { code?: { type: "string" ; value: string } ; language?: { type: "string" ; value: string } } & Record<string, IParseTreeAttribute>

Overrides

IWikiASTNode.attributes

Defined in

src/modules/parsers/index.d.ts:108


children

Optional children: IParseTreeNode[]

Inherited from

IWikiASTNode.children

Defined in

src/modules/parsers/index.d.ts:75


end

Optional end: number

Inherited from

IWikiASTNode.end

Defined in

src/modules/parsers/index.d.ts:76


isBlock

Optional isBlock: boolean

Inherited from

IWikiASTNode.isBlock

Defined in

src/modules/parsers/index.d.ts:77


isMacroDefinition

Optional isMacroDefinition: boolean

Inherited from

IWikiASTNode.isMacroDefinition

Defined in

src/modules/parsers/index.d.ts:78


isSelfClosing

Optional isSelfClosing: boolean

Inherited from

IWikiASTNode.isSelfClosing

Defined in

src/modules/parsers/index.d.ts:79


orderedAttributes

Optional orderedAttributes: IParseTreeAttribute[]

Inherited from

IWikiASTNode.orderedAttributes

Defined in

src/modules/parsers/index.d.ts:80


start

Optional start: number

Inherited from

IWikiASTNode.start

Defined in

src/modules/parsers/index.d.ts:81


type

type: "codeblock"

Overrides

IWikiASTNode.type

Defined in

src/modules/parsers/index.d.ts:118