OpenFin Workspace API
    Preparing search index...

    Type Alias ButtonIcon

    ButtonIcon: string | { dark: string; light: string }

    Type Declaration

    • string

      The icon used for the button.

    • { dark: string; light: string }
      • dark: string

        The icon used for the button in dark mode.

      • light: string

        The icon used for the button in light mode.