Package version:

Specify the name and value of custom metadata item.

interface MetadataItem {
    name?: any;
    value?: any;
}

Properties

Properties

name?: any

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

value?: any

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