Type alias NewFormElementLookupUrl

NewFormElementLookupUrl: NewFormElementLookupBase & {
    apiId?: string;
    builtInId?: number;
    environments: FormElementLookupEnvironmentUrl[];
    excludeDefinition?: boolean;
    type: "ELEMENT" | "DATA";
}

Type declaration

  • Optional apiId?: string
  • Optional builtInId?: number
  • environments: FormElementLookupEnvironmentUrl[]
  • Optional excludeDefinition?: boolean

    Indicates whether the form definition will be excluded from the dynamic lookup call

  • type: "ELEMENT" | "DATA"