Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DropdownBoxOption

Hierarchy

  • DropdownBoxOption

Index

Properties

Properties

Optional html

html: undefined | string

Display name as HTML of this option. Optional only if name property is set.

id

id: string | number

Option unique identifier (must be unique within same dropdown).

name

Display name of this option. Ignored when html property is set.

Optional parentId

parentId: string | number