observePropertiesInfo

Observes available properties that can be interacted with on the connected module.

Safe to call before initiating connection. Continues to emit values even after disconnecting or connecting to different modules.

The returned Flow contains only properties info. For obtaining actual values, call observeProperty or observeProperties.

Return

A Flow emitting CmPropertiesInfoResult containing information about available properties.

See also