Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Function: getDefault()

getDefault(annotations): Readonly<Record<string, any>>

Extracts component properties default values from annotations . Internal use only.

Parameters

annotations: Annotation[]

the array of component annotations.

Returns

Readonly<Record<string, any>>

the object containing component properties default values.