PowerHorse Engine
    Preparing search index...

    Type Alias ModalPromptProps

    ModalPromptProps: {
        body?: string;
        buttons?: Instance[];
        props?: {
            BodyLabel?: LabelProps;
            ButtonsFrame?: Vivid.FC.Props<Frame>;
            ButtonsUIListLayout?: Vivid.FC.Props<UIListLayout>;
            ModalUIListLayout?: Vivid.FC.Props<UIListLayout>;
            ModalUIPadding?: Vivid.FC.Props<UIPadding>;
            TitleLabel?: LabelProps;
        };
        title?: string;
    } & ModalProps