valueMetadata property

List<AttributeValueMetadata>? valueMetadata
getter/setter pair

For some types of attributes (for example, enums), a list of supported values and corresponding display names for those values is provided.

Implementation

core.List<AttributeValueMetadata>? valueMetadata;