PowerKeys Scripting API
    Preparing search index...

    Interface UISpacerOptions

    Options for AddSpacer.

    interface UISpacerOptions {
        size?: number;
        axis?: "vertical" | "horizontal";
        style?: UIStyle;
    }
    Index
    size?: number

    Spacer size in logical CSS pixels. Defaults to 8; this is DPI-scaled and is not a physical screen extent.

    axis?: "vertical" | "horizontal"

    Whether the spacer consumes height or width. Defaults to vertical.

    style?: UIStyle

    Supported renderer style properties. Unsupported keys are ignored.