MaskDefinition
Defined in: renderer/src/masks/defineMask.ts:23
Registered mask definition. Mirrors EffectDefinition. The callable
shape (options) => MaskFactory is what users invoke (rectMask({ ... })),
and the name property is the registry key for save/restore lookups.
Type Parameters
Section titled “Type Parameters”O
MaskDefinition(
options):MaskFactory
Defined in: renderer/src/masks/defineMask.ts:24
Registered mask definition. Mirrors EffectDefinition. The callable
shape (options) => MaskFactory is what users invoke (rectMask({ ... })),
and the name property is the registry key for save/restore lookups.
Parameters
Section titled “Parameters”options
Section titled “options”O
Returns
Section titled “Returns”Properties
Section titled “Properties”
readonlyname:string
Defined in: renderer/src/masks/defineMask.ts:25