MapFeatureInfoRecord Class

Contains record data of a MapLayerFeature instance .

Extends

Methods

Name Description
constructor(value: PropertyValue, property: PropertyDescription): MapFeatureInfoRecord Construct a record from PropertyValue and PropertyDescription objects.  

Inherited methods

Name Inherited from Description
copyWithNewValue(newValue: PropertyValue, newDescription?: PropertyDescription): PropertyRecord PropertyRecord Creates a copy of this PropertyRecord with a new value and optionally a new PropertyDescription
getChildrenRecords(): PropertyRecord[] PropertyRecord Gets this property record value children records
fromString(value: string, descriptionOrName?: string | PropertyDescription): PropertyRecord Static PropertyRecord Creates a PropertyRecord based on a value string and an optional property description or name

Inherited properties

Name Type Inherited from Description
autoExpand boolean | undefined PropertyRecord Indicates if the property should be automatically expanded
description string | undefined PropertyRecord Description for the property
extendedData [key: string]: any | undefined PropertyRecord Map containing any additional data
isDisabled boolean | undefined PropertyRecord Indicates if the property is disabled
isMerged boolean | undefined PropertyRecord Indicates if the property record represents merged properties
isReadonly boolean | undefined PropertyRecord Indicates if the property is read-only
LinkElementsInfo | undefined PropertyRecord Properties for link logic
property Readonly PropertyDescription PropertyRecord The property description containing metadata for the property
value Readonly PropertyValue PropertyRecord Value for the property

Defined in

Last Updated: 13 May, 2024