@oneblink/sdk
    Preparing search index...

    Type Alias APINSWLiquorLicenceElement

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

    An element to allow the user to choose a liquor licence from the API NSW service.

    The element must have an id property with a value that is globally unique within the form definition.

    Type Declaration

    • OptionalautocompleteAttributes?: string[]

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

    • OptionaldefaultValue?: LiquorLicenceDetails
    • OptionalplaceholderValue?: string
    • type: "apiNSWLiquorLicence"