Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface DialogV1Button

    interface DialogV1Button {
        callback?: (arg0: jQuery) => any;
        disabled: boolean;
        icon: string;
        label: string;
    }
    Index

    Properties

    callback?: (arg0: jQuery) => any

    A callback function that fires when the button is clicked

    disabled: boolean

    Whether the button is disabled

    icon: string

    A Font Awesome icon for the button

    label: string

    The label for the button