Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: ComponentProperty

@react-form-builder/core.ComponentProperty

The value of the component property.

Properties

computeType

Optional computeType: ComponentPropertyComputeType

Type of the component's calculated property. If not specified - the value from value is used.


fnSource

Optional fnSource: string

Source code of the function for calculating the value of a component property.


value

Optional value: any

The simple value of a component property.