Type Alias NewFormElementLookupUrl

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

Type declaration

  • OptionalapiId?: string
  • OptionalbuiltInId?: number
  • environments: FormElementLookupEnvironmentUrl[]
  • OptionalexcludeDefinition?: boolean

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

  • type: "ELEMENT" | "DATA"