stencil
Calculates the data stencil hash for the form definition.
Signature
stencil(
type: "exportables" | "actionables",
input: IDefinition | Instance | Context | Export.IExportables | Export.IActionables
): string
Parameters
Name | Type | Optional | Description |
---|---|---|---|
type | "exportables" | "actionables" | No | Specifies the data stencil type to generate. |
input | IDefinition | Instance | Context | Export.IExportables | Export.IActionables | No | Specifies the input for the stencil generator. |
Return value
Returns the stencil hash.
tip
More information about exportable and actionable data can be found in the Form data stencil guide.