mooball
    Preparing search index...

    Interface createPopupParams

    interface createPopupParams {
        closeButtonStyleIds?: number[];
        component?: GuiComponent;
        contentsComponent?: GuiComponent;
        height?: string;
        styleIds?: number[];
        title?: string;
        titleBarStyleIds?: number[];
        titleStyleIds?: number[];
        width?: string;
    }
    Index

    Properties

    closeButtonStyleIds?: number[]

    Style ids that will be applied to the close button Component in the same order.

    component?: GuiComponent

    Main Component of the Popup.

    contentsComponent?: GuiComponent

    The Component that holds the inner contents of the Popup.

    height?: string

    Height of the Popup.

    styleIds?: number[]

    Style ids that will be applied to the main Component in the same order.

    title?: string

    Title of the Popup.

    titleBarStyleIds?: number[]

    Style ids that will be applied to the title bar Component in the same order.

    titleStyleIds?: number[]

    Style ids that will be applied to the title Component in the same order.

    width?: string

    Width of the Popup.