@oneblink/sdk
    Preparing search index...

    Type Alias PointCadastralParcelElement

    PointCadastralParcelElement: {
        autocompleteAttributes?: string[];
        defaultValue?: PointCadastralParcelResponse;
        placeholderValue?: string;
        type: "pointCadastralParcel";
    } & LookupFormElement & FormElementRequired & FormElementReadOnly

    An element to allow the user to choose an cadastral parcel from the NSW Point 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?: PointCadastralParcelResponse
    • OptionalplaceholderValue?: string
    • type: "pointCadastralParcel"