Variable: UIDockRegion
const UIDockRegion: Component<{
capacity: {
default: number;
type: Float32;
};
columns: {
default: number;
type: Float32;
};
flow: {
default: "column";
enum: {
Column: "column";
Grid: "grid";
Row: "row";
};
type: Enum;
};
pitch: {
default: number;
type: Float32;
};
regionId: {
default: string;
type: String;
};
snapRadius: {
default: number;
type: Float32;
};
}>;
Defined in: packages/iwsdk-uiextensions/src/components.ts:129
A named layout region that docked windows snap to and are laid out within.
Place the entity where the region should live (it can itself carry a
Follower to make a body-locked region).