Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • DialogButton

    Index

    Properties

    icon: string

    A Font Awesome icon for the button

    label: string

    The label for the button

    disabled: boolean

    Whether the button is disabled

    callback: ((arg0: jQuery) => any)

    Type declaration

      • (arg0: jQuery): any
      • A callback function that fires when the button is clicked

        Parameters

        • arg0: jQuery

        Returns any