Member Junction
    Preparing search index...

    Result returned when a dialog action button is clicked.

    interface MJDialogAction {
        primary?: boolean;
        text: string;
        themeColor?: string;
    }
    Index

    Properties

    primary?: boolean
    text: string
    themeColor?: string