Skip to content

LazyAnyValueOptions

Options for creating lazy untyped tokens.

Initializer

import ros_cdk_core
ros_cdk_core.LazyAnyValueOptions(
  display_hint: str = None,
  omit_empty_array: bool = None
)

Properties

Name Type Description
display_hint str Use the given name as a display hint.
omit_empty_array bool If the produced value is an array and it is empty, return 'undefined' instead.

display_hintOptional

display_hint: str
  • Type: str
  • Default: No hint

Use the given name as a display hint.


omit_empty_arrayOptional

omit_empty_array: bool
  • Type: bool
  • Default: false

If the produced value is an array and it is empty, return 'undefined' instead.