Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface PopupButton

    interface PopupButton {
        id?: string;
        text: string;
        type?: "close" | "cancel" | "default" | "ok" | "destructive";
    }
    Index

    Properties

    Properties

    id?: string
    text: string
    type?: "close" | "cancel" | "default" | "ok" | "destructive"