Shared State Placeholders

Type

Description

Type

Description

shared-state-placeholders

Creates placeholders from data in the shared state.

Specific Attributes

Attribute Name

Description

Example

Required

Attribute Name

Description

Example

Required

placeholders

List of placeholders that should be created. Each field must contain:

  • name – Base name of the placeholder.

  • valueParam – Field in the shared state whose value will be used in the placeholder.

See below.

true

Example:

{       "type": "shared-state-placeholders",       "name": "shared-state-placeholders",       "placeholders": [         {           "name": "cool-placeholder",           "valueParam": "shared-state-field"         }       ] }

 

PlatformManager version 1.75.0