Type alias PointCadastralParcelElement

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

Type declaration

  • Optional autocompleteAttributes?: string[]

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

  • Optional defaultValue?: PointCadastralParcelResponse
  • Optional placeholderValue?: string
  • type: "pointCadastralParcel"