Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class EclipseDropDownListParams

Dropdown parameters for creating Eclipse Dropdowns

Hierarchy

  • EclipseDropDownListParams

Index

Constructors

constructor

Properties

absoluteIconPath

absoluteIconPath: boolean

If the icon path is an absolute path (default false).

height

height: number

Height of the eclipse Dropdown Button, (default 0 = default button height).

iconPath

iconPath: string

Button icon path used in kIconWithLabel

iconScale

iconScale: number

Icon scale (default 1.0f).

iconType

iconType: SystemIcon

The type of SystemIcon to be used for the eclipse dropdown button

l10nKey

l10nKey: string

The localization key for the element label, used in kIconWithLabel and kTextWithArrow.

l10nParams

l10nParams: {}

The optional localization parameters for the element label.

Type declaration

labelText

labelText: string

Button label text used in kIconWithLabel and kTextWithArrow

type

Type of eclipse Dropdown.

underline

underline: boolean

Whether the text has an underline (default false). Considered only for kTextWithArrow

width

width: number

Width of the eclipse Dropdown Button, (default 0 = auto calculated width).

Generated using TypeDoc