Attribute: {
    caseSensitive?: true;
    deprecated?: boolean;
    description?: string;
    experimental?: boolean;
    name: string;
    nonStandard?: true;
    obsolete?: true;
    type: ReadonlyDeep<AttributeType> | readonly ReadonlyDeep<AttributeType>[];
} & ExtendableAttributeSpec

Generated using TypeDoc