Skip to main content
Version: 8.9

Type Alias: DeploymentFormResult

type DeploymentFormResult = object;

A deployed form.

Properties

formId

formId: FormId;

The form ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.


formKey

formKey: FormKey;

The assigned key, which acts as a unique identifier for this form.


resourceName

resourceName: string;

The name of the resource.


tenantId

tenantId: TenantId;

version

version: number;

The version of the deployed form.