interface RenderFlag {
    deprecated?: object;
    propagate?: string[];
    reset?: string[];
}

Properties

deprecated?: object

Is this flag deprecated? The deprecation options are passed to logCompatibilityWarning. The deprectation message is auto-generated unless message is passed with the options. By default the message is logged only once.

propagate?: string[]

Activating this flag also sets these flags to true

reset?: string[]

Activating this flag resets these flags to false