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

    Defines a button displayed in the footer of the dialog.

    interface DialogButton {
        Name: string;
        Title: string;
        Type?: "button" | "reset" | "submit";
    }
    Index

    Properties

    Properties

    Name: string

    Button name. Used to identify the button.

    Title: string

    Button text

    Type?: "button" | "reset" | "submit"

    Button type