Interface Parameter

The object that is an element of the return array of Wikitext.parseParameters.

Hierarchy

  • Parameter

Properties

endIndex: number

The index up to, but not including, the end of the parameter in the wikitext.

nestLevel: number

The nest level of the parameter. For parameters that are not nested inside another parameter, the value is 0.

startIndex: number

The index to the start of the parameter in the wikitext.

text: string

The entire text of the parameter.

Generated using TypeDoc