[]
        
(Showing Draft Content)

MetadataUserProp

Type Alias: MetadataUserProp

type MetadataUserProp = object;

Represents a custom metadata property.

Properties

name

name: string;

The property name.


namespace

namespace: UserPropNamespace;

The XML namespace.


value?

optional value?: string;

The property value.