Interface MetaPropertyParams

Legacy metadata property parameters.

interface MetaPropertyParams {
    description: string;
    name: string;
    type: string;
    value: string;
    valueType: string;
}

Properties

description: string

Informative text to explain the property.

name: string

The name of the property.

type: string

The type of the property.

value: string

The value of the property.

valueType: string

The type of the property's value.