OpenFin Workspace API
    Preparing search index...

    Type Alias ContactInfoButtons

    ContactInfoButtons:
        | { action: string; icon: ButtonIcon; tooltip: string; type: "button" }
        | SplitButton & { type: "dropdown" }

    Type Declaration

    • { action: string; icon: ButtonIcon; tooltip: string; type: "button" }
      • action: string

        The action to execute when the button is clicked.

      • icon: ButtonIcon

        The icon to display on the button.

      • tooltip: string

        The tooltip to display on the button.

      • type: "button"
    • SplitButton & { type: "dropdown" }