Expression Language Reference
Preparing search index...
importer/expr-contexts
ApiDocument
Type Alias ApiDocument
ApiDocument -
type
ApiDocument
=
{
accessed_time
:
string
;
acl
?:
ApiPermissions
;
child_count
?:
number
;
children
?:
ApiDocument
[]
;
created_time
:
string
;
document_type
:
string
;
flat_tags
?:
string
[]
;
fragment_page
?:
number
;
info
?:
ApiDocumentInfo
;
is_folder
:
boolean
;
is_pending
?:
boolean
;
link_count
?:
number
;
links
?:
ApiDocumentLink
[]
;
name
:
string
;
owner_id
?:
string
;
parent
?:
ParentFragment
;
parent_id
?:
string
;
storage_size
:
number
;
updated_time
:
string
;
uploader_id
?:
string
;
uuid
:
string
;
version_number
:
number
;
workflows
?:
ApiWorkflow
[]
;
}
Index
Properties
accessed_
time
acl?
child_
count?
children?
created_
time
document_
type
flat_
tags?
fragment_
page?
info?
is_
folder
is_
pending?
link_
count?
links?
name
owner_
id?
parent?
parent_
id?
storage_
size
updated_
time
uploader_
id?
uuid
version_
number
workflows?
Properties
accessed_
time
accessed_time
:
string
Optional
acl
acl
?:
ApiPermissions
Optional
child_
count
child_count
?:
number
Optional
children
children
?:
ApiDocument
[]
created_
time
created_time
:
string
document_
type
document_type
:
string
Optional
flat_
tags
flat_tags
?:
string
[]
Optional
fragment_
page
fragment_page
?:
number
Optional
info
info
?:
ApiDocumentInfo
is_
folder
is_folder
:
boolean
Optional
is_
pending
is_pending
?:
boolean
Optional
link_
count
link_count
?:
number
Optional
links
links
?:
ApiDocumentLink
[]
name
name
:
string
Optional
owner_
id
owner_id
?:
string
Optional
parent
parent
?:
ParentFragment
Optional
parent_
id
parent_id
?:
string
storage_
size
storage_size
:
number
updated_
time
updated_time
:
string
Optional
uploader_
id
uploader_id
?:
string
uuid
uuid
:
string
version_
number
version_number
:
number
Optional
workflows
workflows
?:
ApiWorkflow
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accessed_
time
acl
child_
count
children
created_
time
document_
type
flat_
tags
fragment_
page
info
is_
folder
is_
pending
link_
count
links
name
owner_
id
parent
parent_
id
storage_
size
updated_
time
uploader_
id
uuid
version_
number
workflows
Expression Language Reference
Loading...
ApiDocument -