Skip to main content

Variable: UIWindowState

const UIWindowState: Component<{
appliedDockMode: {
default: string;
type: String;
};
chromeWired: {
default: false;
type: Boolean;
};
gateOpen: {
default: true;
type: Boolean;
};
homeDockMode: {
default: string;
type: String;
};
homePosition: {
default: [number, number, number];
type: Vec3;
};
homeRegion: {
default: string;
type: String;
};
homeYaw: {
default: number;
type: Float32;
};
presented: {
default: true;
type: Boolean;
};
}>;

Defined in: packages/iwsdk-uiextensions/src/components.ts:102

Internal bookkeeping the systems keep on window entities - which dock mode has actually been applied to engine components, and whether chrome wiring has run for the current PanelDocument.