Properties of a NameAttrList.

interface INameAttrList {
    attr?: {
        [k: string]: IAttrValue;
    };
    name?: string;
}

Properties

Properties

attr?: {
    [k: string]: IAttrValue;
}

NameAttrList attr

Type declaration

name?: string

NameAttrList name

Generated using TypeDoc