interface GenericAttributesOptions {
    attributeValues?: null | GenericAttributeValueOptions[];
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    specifiedAttributes?: number;
    userWriteMask?: number;
    writeMask?: number;
}

Hierarchy (view full)

Properties

attributeValues?: null | GenericAttributeValueOptions[]
description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
specifiedAttributes?: number
userWriteMask?: number
writeMask?: number