MetadataItem interface

Specify the name and value of custom metadata item.

Properties

name

Metadata item key name. Type: string (or Expression with resultType string).

value

Metadata item value. Type: string (or Expression with resultType string).

Property Details

name

Metadata item key name. Type: string (or Expression with resultType string).

name?: any

Property Value

any

value

Metadata item value. Type: string (or Expression with resultType string).

value?: any

Property Value

any