calcite_combobox_item_group {calcite} | R Documentation |
Create a ComboboxItemGroup component
Description
Create a ComboboxItemGroup component
Usage
calcite_combobox_item_group(...)
Arguments
... |
named attributes passed to |
Details
Properties
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
ancestors | NA | Specifies the parent and grandparent calcite-combobox-item s, which are set on calcite-combobox . | Check API reference | FALSE |
label | label | Specifies the title of the component. | string | FALSE |
Slots
The following slots are provided by this component:
Slot | Description |
Default (unnamed) | A slot for adding calcite-combobox-item s. |
Value
an object of class calcite_component
which is a subclass of shiny.tag
References
Examples
calcite_combobox_item_group()
[Package calcite version 0.1.0 Index]