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