PowerKeys Scripting API
    Preparing search index...

    Interface UIBoxOptions

    Options for AddBox.

    interface UIBoxOptions {
        label?: string;
        style?: UIStyle;
    }
    Index
    label?: string

    Optional label shown above the boxed content.

    style?: UIStyle

    Supported renderer style properties. Unsupported keys are ignored.