Props: {
    clickPropagate?: any;
    comp?: any;
    efx?: any;
    enabled?: any;
    keyCode?: any;
    label?: any;
    onClose?: any;
    onContextMenu?: any;
    onPress?: any;
    store?: any;
    styles?: any;
    text?: any;
    title?: any;
    titleSelected?: any;
}

Props type alias for associated component.

Type declaration

  • OptionalclickPropagate?: any
  • Optionalcomp?: any
  • Optionalefx?: any
  • Optionalenabled?: any
  • OptionalkeyCode?: any
  • Optionallabel?: any
  • OptionalonClose?: any
  • OptionalonContextMenu?: any
  • OptionalonPress?: any
  • Optionalstore?: any
  • Optionalstyles?: any
  • Optionaltext?: any
  • Optionaltitle?: any
  • OptionaltitleSelected?: any