Type Alias LookupButtonFormElementDependency

LookupButtonFormElementDependency: {
    elementId: string;
} & ({
    type: "FORM_ELEMENT";
} | {
    elementDependency: LookupButtonFormElementDependency;
    type: "FORM_FORM_ELEMENT" | "REPEATABLE_SET_FORM_ELEMENT";
})

Type declaration

  • elementId: string

    The identifier for a Form Element to determine if the lookup should be run