Member Junction
    Preparing search index...
    interface DialogButton {
        action: () => void;
        primary?: boolean;
        text: string;
    }
    Index

    Properties

    Properties

    action: () => void
    primary?: boolean
    text: string