Options to set attributes of one AcCmObject instance

interface AcCmObjectOptions {
    silent?: boolean;
    unset?: boolean;
}

Properties

Properties

silent?: boolean
unset?: boolean