Tagscript

ExtractOptions

TagScript


Interface: ExtractOptions

Defined in: packages/tagscript/src/lib/Interpreter/extract.ts:40

The settings that change what counts as a tag, matching the ones a render uses.

Properties

parenType?

optional parenType?: ParenType

Defined in: packages/tagscript/src/lib/Interpreter/extract.ts:46

Which parameter syntaxes a template may use.

Default Value

ParenType.Both

tagLimit?

optional tagLimit?: number

Defined in: packages/tagscript/src/lib/Interpreter/extract.ts:52

The maximum number of characters read from inside one tag.

Default Value

2000

On this page