GeoLeaf Core API - v3.0.0
Preparing search index...
contracts/attributes.contract
AttributeWidgetOptions
Interface AttributeWidgetOptions
Options accepted by each widget, keyed by widget identifier.
interface
AttributeWidgetOptions
{
action
:
ActionOptions
;
badge
:
BadgeOptions
;
checkbox
:
CheckboxOptions
;
coordinates
:
Record
<
string
,
never
>
;
date
:
DateOptions
;
dropdown
:
DropdownOptions
;
email
:
PlaceholderOnlyOptions
;
gallery
:
GalleryOptions
;
hours
:
HoursOptions
;
image
:
ImageOptions
;
link
:
LinkOptions
;
list
:
ListOptions
;
longtext
:
LongtextOptions
;
metric
:
MetricOptions
;
number
:
NumberOptions
;
phone
:
PlaceholderOnlyOptions
;
price
:
PriceOptions
;
radio
:
RadioOptions
;
rating
:
RatingOptions
;
reviews
:
ReviewsOptions
;
table
:
TableOptions
;
tags
:
TagsOptions
;
text
:
TextOptions
;
url
:
PlaceholderOnlyOptions
;
}
Index
Properties
action
badge
checkbox
coordinates
date
dropdown
email
gallery
hours
image
link
list
longtext
metric
number
phone
price
radio
rating
reviews
table
tags
text
url
Properties
action
action
:
ActionOptions
badge
badge
:
BadgeOptions
checkbox
checkbox
:
CheckboxOptions
coordinates
coordinates
:
Record
<
string
,
never
>
date
date
:
DateOptions
dropdown
dropdown
:
DropdownOptions
email
email
:
PlaceholderOnlyOptions
gallery
gallery
:
GalleryOptions
hours
hours
:
HoursOptions
image
image
:
ImageOptions
link
link
:
LinkOptions
list
list
:
ListOptions
longtext
longtext
:
LongtextOptions
metric
metric
:
MetricOptions
number
number
:
NumberOptions
phone
phone
:
PlaceholderOnlyOptions
price
price
:
PriceOptions
radio
radio
:
RadioOptions
rating
rating
:
RatingOptions
reviews
reviews
:
ReviewsOptions
table
table
:
TableOptions
tags
tags
:
TagsOptions
text
text
:
TextOptions
url
url
:
PlaceholderOnlyOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
badge
checkbox
coordinates
date
dropdown
email
gallery
hours
image
link
list
longtext
metric
number
phone
price
radio
rating
reviews
table
tags
text
url
GeoLeaf Core API - v3.0.0
Loading...
Options accepted by each widget, keyed by widget identifier.