Skip to main content

Variable: CLEAR_STRATEGY

const CLEAR_STRATEGY: object

Defined in: rendering/enums/clear-strategy.enum.ts:10

The CLEAR_STRATEGY lookup defines different strategies for clearing the rendering context.

Type declaration

blank

readonly blank: "blank" = 'blank'

Clear the context to a blank state.

none

readonly none: "none" = 'none'

No clearing strategy.