On prop init actions
When prop is initialized, you can do some extra work via onInit
interface.
onInit?: (
{
type: 'set',
value: JsfValueOptionsInterface
} |
{
type: 'eval',
$eval: string
}
)[];
Last updated
Was this helpful?