Class AutoEraseEffect
Package: @aurigma/design-atoms
Constructors
(constructor)(rawPoints)
Constructs a new instance of the AutoEraseEffect class
Declaration
constructor(rawPoints: Array<Object>);
Parameters
| Type | Name | Description |
|---|---|---|
| Array<Object> | rawPoints |
Properties
__type
Declaration
__type: string;
Property Value
| Type | Description |
|---|---|
| string |
points
Declaration
points: AutoErasePoint[];
Property Value
| Type | Description |
|---|---|
| AutoErasePoint[] |