Interface Attribute

interface Attribute {
    name: string;
    namespace?: string;
    prefix?: string;
    value: string;
}

Properties

name: string

The name of the attribute.

namespace?: string

The namespace of the attribute.

prefix?: string

The namespace-related prefix of the attribute.

value: string

The value of the attribute.

Generated using TypeDoc