interface ReferenceTypeAttributesOptions {
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    inverseName?: null | LocalizedTextLike;
    isAbstract?: boolean;
    specifiedAttributes?: number;
    symmetric?: boolean;
    userWriteMask?: number;
    writeMask?: number;
}

Hierarchy (view full)

Properties

description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
inverseName?: null | LocalizedTextLike
isAbstract?: boolean
specifiedAttributes?: number
symmetric?: boolean
userWriteMask?: number
writeMask?: number