Preparing search index...
The search index is not available
@cloud/document - v24.7.0
@cloud/document
"queue"
Queue
Interface Queue
工作队列对象
修改该对象后,需要通过Manager的update方法写入数据库
interface
Queue
{
createdBy
:
string
;
createdByName
:
string
;
createdDate
:
string
;
email
:
string
;
emailTemplate
:
string
;
id
:
string
;
label
:
string
;
lastModifiedBy
:
string
;
lastModifiedByName
:
string
;
lastModifiedDate
:
string
;
manager
:
string
;
managerName
:
string
;
name
:
string
;
objects
:
string
[]
;
owner
:
string
;
ownerName
:
string
;
refCount
:
number
;
sendEmailToMembers
:
boolean
;
type
:
string
;
}
Index
Properties
created
By
created
By
Name
created
Date
email
email
Template
id
label
last
Modified
By
last
Modified
By
Name
last
Modified
Date
manager
manager
Name
name
objects
owner
owner
Name
ref
Count
send
Email
To
Members
type
Properties
created
By
created
By
:
string
created
By
Name
created
By
Name
:
string
created
Date
created
Date
:
string
email
email
:
string
email
Template
email
Template
:
string
id
id
:
string
label
label
:
string
last
Modified
By
last
Modified
By
:
string
last
Modified
By
Name
last
Modified
By
Name
:
string
last
Modified
Date
last
Modified
Date
:
string
manager
manager
:
string
manager
Name
manager
Name
:
string
name
name
:
string
objects
objects
:
string
[]
owner
owner
:
string
owner
Name
owner
Name
:
string
ref
Count
ref
Count
:
number
send
Email
To
Members
send
Email
To
Members
:
boolean
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
created
By
created
By
Name
created
Date
email
email
Template
id
label
last
Modified
By
last
Modified
By
Name
last
Modified
Date
manager
manager
Name
name
objects
owner
owner
Name
ref
Count
send
Email
To
Members
type
@cloud/document - v24.7.0
Loading...
工作队列对象
修改该对象后,需要通过Manager的update方法写入数据库