htmlConfigOptions
consthtmlConfigOptions:object
Defined in: config.ts:116
Predefined configuration for HTML.
Type Declaration
Section titled “Type Declaration”
readonlyg:false=false
leftAngleBracket
Section titled “leftAngleBracket”
readonlyleftAngleBracket:"<"='<'
newLine
Section titled “newLine”
readonlynewLine:"<br>"='<br>'
wrappers
Section titled “wrappers”
readonlywrappers:Wrappers=html
Example
Section titled “Example”const htmlCfg = new TaraskConfig({ ...myOptions, ...htmlConfigOptions});