Skip to main content

Selector.entries

Selector.entries: list[selector_entry]
The list of (label, value) pairs in the map that defines the selector. At this time, this cannot be empty, i.e. a selector has at least one entry.

Selector.has_default_value

Selector.has_default_value: None | bool
Whether or not this has any default values.

Selector.no_match_error

Selector.no_match_error: None | str
The error message when no condition matches.