Type alias APINSWLiquorLicenceElement

APINSWLiquorLicenceElement: {
    autocompleteAttributes?: string[];
    defaultValue?: LiquorLicenceDetails;
    placeholderValue?: string;
    type: "apiNSWLiquorLicence";
} & LookupFormElement & FormElementRequired & FormElementReadOnly

Type declaration

  • Optional autocompleteAttributes?: string[]

    Custom autocomplete attributes that will be added to the element during rendering

  • Optional defaultValue?: LiquorLicenceDetails
  • Optional placeholderValue?: string
  • type: "apiNSWLiquorLicence"