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 undefined | boolean PropertyRecord Indicates if the property should be automatically expanded
description undefined | string PropertyRecord Description for the property
extendedData undefined | { T } PropertyRecord Map containing any additional data
isDisabled undefined | boolean PropertyRecord Indicates if the property is disabled
isMerged undefined | boolean PropertyRecord Indicates if the property record represents merged properties
isReadonly undefined | boolean PropertyRecord Indicates if the property is read-only
undefined | LinkElementsInfo 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: 25 April, 2024