Type Alias PointCadastralParcelElement

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

Type declaration

  • OptionalautocompleteAttributes?: string[]

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

  • OptionaldefaultValue?: PointCadastralParcelResponse
  • OptionalplaceholderValue?: string
  • type: "pointCadastralParcel"