interface MethodAttributesOptions {
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    executable?: boolean;
    specifiedAttributes?: number;
    userExecutable?: boolean;
    userWriteMask?: number;
    writeMask?: number;
}

Hierarchy (view full)

Properties

description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
executable?: boolean
specifiedAttributes?: number
userExecutable?: boolean
userWriteMask?: number
writeMask?: number