Skip to content

Variable: ScreenSpace

const ScreenSpace: Component<{ bottom: { default: string; type: String; }; height: { default: string; type: String; }; left: { default: string; type: String; }; right: { default: string; type: String; }; top: { default: string; type: String; }; width: { default: string; type: String; }; zOffset: { default: number; type: Float32; }; }>

Defined in: packages/core/src/ui/screenspace-component.ts:11

CSS-like screen-space layout for a PanelUI.

Privacy | Terms