LazyListValueOptions
Options for creating a lazy list token.
Initializer
import ros_cdk_core
ros_cdk_core.LazyListValueOptions(
display_hint: str = None,
omit_empty: bool = None
)
Properties
| Name | Type | Description |
|---|---|---|
display_hint |
str |
Use the given name as a display hint. |
omit_empty |
bool |
If the produced list is empty, return 'undefined' instead. |
display_hintOptional
display_hint: str
- Type: str
- Default: No hint
Use the given name as a display hint.
omit_emptyOptional
omit_empty: bool
- Type: bool
- Default: false
If the produced list is empty, return 'undefined' instead.