TreeINFO-For-M365 documentation
    Preparing search index...

    Defines the configuration of the dialog.

    interface DialogConfig {
        Buttons?: DialogButton[];
        Template: string | DialogFormField[];
        Title: string;
    }
    Index

    Properties

    Buttons?: DialogButton[]

    Buttons displayed in the footer of the dialog. If not provided, default buttons will be displayed.

    Template: string | DialogFormField[]

    Template of the dialog. Can be a string or an array of IDialogFormField.

    Title: string

    Title of the dialog