DropdownItem

@chelseaapps/react-native-elements / Exports / DropdownItem

Interface: DropdownItem

Hierarchy

  • DropdownItemType

    DropdownItem

Table of contents

Properties

  • label

  • value

Properties

label

label: string

Selection label that the user will see

Inherited from

DropdownItemType.label

Defined in

src/DropdownLink/index.tsx:56arrow-up-right


value

value: string

Selection value that will validated

Inherited from

DropdownItemType.value

Defined in

src/DropdownLink/index.tsx:54arrow-up-right

Last updated

Was this helpful?