Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/documents/documents
UmbDocumentRecycleBinTreeItemModel
Interface UmbDocumentRecycleBinTreeItemModel
interface
UmbDocumentRecycleBinTreeItemModel
{
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
Omit
<
UmbDocumentTreeItemModel
,
"ancestors"
>
UmbDocumentRecycleBinTreeItemModel
Index
Properties
create
Date
document
Type
entity
Type
has
Children
icon?
is
Folder
is
Protected
is
Trashed
name
no
Access
parent
unique
variants
Properties
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
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...