Class: TagFeature
A Tag feature.
Hierarchy
↳
TagFeature
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new TagFeature(tag
)
Parameters
Name | Type | Description |
---|---|---|
tag | string | The tag stored with the feature. |
Overrides
Properties
type
• Readonly
type: FeatureType
Inherited from
tag
• Readonly
tag: string
Defines a tag for the data.
Methods
getType
▸ getType(): FeatureType
Get the type of feature.
Returns
Inherited from
getTag
▸ getTag(): string
Get the tag.
Returns
string