The component class, function, or tag name to render.
A unique identifier for this component.
The props to pass to StaticComponentOptions.Component.
A callback to determine when the component should be rendered.
If this is not specified, the component will always be rendered.
const renderWhen = values => values["my-radio-buttons"] === "Yes"
A map of the keys to the current values for all of the components in the currently rendered StepDefinition.
Generated using TypeDoc
The options for StaticComponent.