Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/documents/documents
UmbDocumentItemModel
Interface UmbDocumentItemModel
interface
UmbDocumentItemModel
{
documentType
:
{
collection
?:
null
|
UmbReferenceByUnique
;
icon
:
string
;
unique
:
string
;
}
;
entityType
:
"document"
;
hasChildren
:
boolean
;
isProtected
:
boolean
;
isTrashed
:
boolean
;
name
:
string
;
parent
:
null
|
{
unique
:
UmbEntityUnique
}
;
unique
:
string
;
variants
:
UmbDocumentItemVariantModel
[]
;
}
Index
Properties
document
Type
entity
Type
has
Children
is
Protected
is
Trashed
name
parent
unique
variants
Properties
document
Type
documentType
:
{
collection
?:
null
|
UmbReferenceByUnique
;
icon
:
string
;
unique
:
string
;
}
entity
Type
entityType
:
"document"
has
Children
hasChildren
:
boolean
is
Protected
isProtected
:
boolean
is
Trashed
isTrashed
:
boolean
name
name
:
string
parent
parent
:
null
|
{
unique
:
UmbEntityUnique
}
unique
unique
:
string
variants
variants
:
UmbDocumentItemVariantModel
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
Type
entity
Type
has
Children
is
Protected
is
Trashed
name
parent
unique
variants
@umbraco-cms/backoffice
Loading...