Skip to content

spatial-monorepo


spatial-monorepo / core/src / WallTopEdgeLayerOptions

Interface: WallTopEdgeLayerOptions

Defined in: packages/core/src/layers/wall-top-edges.ts:43

Properties

color?

optional color?: string

Defined in: packages/core/src/layers/wall-top-edges.ts:45

Line color — theme accent token (see resolveWallTopEdgeColorForThemeMode) or a caller-supplied CSS hex color. Default: light theme accent.


opacity?

optional opacity?: number

Defined in: packages/core/src/layers/wall-top-edges.ts:49

Layer opacity. Default 1.


widthPixels?

optional widthPixels?: number

Defined in: packages/core/src/layers/wall-top-edges.ts:47

Line width in pixels. Default 2 (thin accent, not a structural line).

Released under commercial licensing.