MessageTemplateLocation interface
The message template's location value information.
- Extends
Properties
| address | The [Optional] address of the location. |
| kind | Message parameter type is location. |
| latitude | The latitude of the location. |
| location |
The [Optional] name of the location. |
| longitude | The longitude of the location. |
Inherited Properties
| name | Template binding reference name |
Property Details
address
The [Optional] address of the location.
address?: string
Property Value
string
kind
Message parameter type is location.
kind: "location"
Property Value
"location"
latitude
The latitude of the location.
latitude: number
Property Value
number
locationName
The [Optional] name of the location.
locationName?: string
Property Value
string
longitude
The longitude of the location.
longitude: number
Property Value
number
Inherited Property Details
name
Template binding reference name
name: string
Property Value
string
Inherited From MessageTemplateValueParent.name