Skip to content

Interface: LayerState

Defined in: src/serialization/ViewerState.ts:42

Indexable

ts
[key: string]: unknown

Properties

id

ts
id: string;

Defined in: src/serialization/ViewerState.ts:43


type

ts
type: string;

Defined in: src/serialization/ViewerState.ts:44


visible

ts
visible: boolean;

Defined in: src/serialization/ViewerState.ts:45


opacity

ts
opacity: number;

Defined in: src/serialization/ViewerState.ts:46


blendMode

ts
blendMode: string;

Defined in: src/serialization/ViewerState.ts:47


order

ts
order: number;

Defined in: src/serialization/ViewerState.ts:48

Released under the MIT License.