Skip to main content

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

NameTypeOptionalDescription
type"exportables" | "actionables"NoSpecifies the data stencil type to generate.
inputIDefinition | Instance | Context | Export.IExportables | Export.IActionablesNoSpecifies 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.