Interface: Property
Base interface for all property types that a place can have. Defines the common fields that all properties must have.
Properties
childParentPlace?
Identifier of the parent place of the property (optional)
icon?
URL of the icon associated with the property (optional)
iconPrefix?
Icon prefix (defaults to “fas” for Font Awesome)
imageUrl?
Image URL for the property icon (optional)
sortChildrenBy?
Order of the property (optional)
subtitle
Subtitle or description of the property
title
Title of the property
type?
Type of property to identify its category
url?
URL associated with the property (optional)
Last updated on