mooball
    Preparing search index...

    Type Alias GuiPopup

    Class that defines a serializable Popup.

    type GuiPopup = {
        component?: GuiComponent;
        height: string;
        id: int;
        width: string;
    }
    Index

    Properties

    component?: GuiComponent

    Main Component of the Popup.

    height: string

    Height of the Popup.

    id: int

    Id of the Popup.

    width: string

    Width of the Popup.