libcss
Loading...
Searching...
No Matches
Variables
select_config Namespace Reference

Variables

dict values
 
dict style
 
list groups
 

Variable Documentation

◆ groups

list select_config.groups
Initial value:
1= [
2 { 'name': 'style', 'props': style }
3]

◆ style

dict select_config.style

◆ values

dict select_config.values
Initial value:
1= {
2 ('length', 'css_fixed', 4, '0',
3 'unit', 'css_unit', 5, 'CSS_UNIT_PX'),
4 ('integer', 'int32_t', 4, '0'),
5 ('fixed', 'css_fixed', 4, '0'),
6 ('color', 'css_color', 4, '0'),
7 ('string', 'lwc_string*'),
8 ('string_arr', 'lwc_string**'),
9 ('counter_arr', 'css_computed_counter*'),
10 ('content_item', 'css_computed_content_item*')
11}