Skip to content

Interface: SurfaceState

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

Properties

id

ts
id: string;

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


type

ts
type: string;

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


hemisphere?

ts
optional hemisphere?: string;

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


visible

ts
visible: boolean;

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


layers

ts
layers: LayerState[];

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


clipPlanes

ts
clipPlanes: SerializedClipPlaneState[];

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

Released under the MIT License.