@umbraco-cms/backoffice
Preparing search index...
packages/documents/documents
UmbDocumentTreeItemModel
Interface UmbDocumentTreeItemModel
interface
UmbDocumentTreeItemModel
{
ancestors
:
UmbEntityModel
[]
;
createDate
:
string
;
documentType
:
{
collection
:
null
|
UmbReferenceByUnique
;
icon
:
string
;
unique
:
string
;
}
;
entityType
:
"document"
;
hasChildren
:
boolean
;
icon
?:
null
|
string
;
isFolder
:
boolean
;
isProtected
:
boolean
;
isTrashed
:
boolean
;
name
:
string
;
noAccess
:
boolean
;
parent
:
UmbEntityModel
;
unique
:
string
;
variants
:
UmbDocumentTreeItemVariantModel
[]
;
}
Hierarchy (
View Summary
)
UmbTreeItemModel
UmbDocumentTreeItemModel
Index
Properties
ancestors
create
Date
document
Type
entity
Type
has
Children
icon?
is
Folder
is
Protected
is
Trashed
name
no
Access
parent
unique
variants
Properties
ancestors
ancestors
:
UmbEntityModel
[]
create
Date
createDate
:
string
document
Type
documentType
:
{
collection
:
null
|
UmbReferenceByUnique
;
icon
:
string
;
unique
:
string
;
}
entity
Type
entityType
:
"document"
has
Children
hasChildren
:
boolean
Optional
icon
icon
?:
null
|
string
is
Folder
isFolder
:
boolean
is
Protected
isProtected
:
boolean
is
Trashed
isTrashed
:
boolean
name
name
:
string
no
Access
noAccess
:
boolean
parent
parent
:
UmbEntityModel
unique
unique
:
string
variants
variants
:
UmbDocumentTreeItemVariantModel
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ancestors
create
Date
document
Type
entity
Type
has
Children
icon
is
Folder
is
Protected
is
Trashed
name
no
Access
parent
unique
variants
@umbraco-cms/backoffice
Loading...