interface ViewAttributesOptions {
    containsNoLoops?: boolean;
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    eventNotifier?: number;
    specifiedAttributes?: number;
    userWriteMask?: number;
    writeMask?: number;
}

Hierarchy (view full)

Properties

containsNoLoops?: boolean
description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
eventNotifier?: number
specifiedAttributes?: number
userWriteMask?: number
writeMask?: number