Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommonProps<Option, IsMulti, Group>

Type parameters

  • Option

  • IsMulti: boolean

  • Group: GroupBase<Option>

Hierarchy

Index

Properties

cx: CX
getStyles: GetStyles<Option, IsMulti, Group>

Get the styles of a particular part of the select. Pass in the name of the property as the first argument, and the current props as the second argument. See the styles object for the properties available.

hasValue: boolean
isMulti: boolean
isRtl: boolean
options: OptionsOrGroups<Option, Group>
selectProps: <internal>.Props<Option, IsMulti, Group>

Methods

  • clearValue(): void
  • Returns void

  • Returns <internal>.Options<Option>

  • selectOption(newValue: Option): void
  • Parameters

    • newValue: Option

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc