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

Properties

propagate: string[]

Activating this flag also sets these flags to true

reset: string[]

Activating this flag resets these flags to false

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.