@umbraco-cms/backoffice
Preparing search index...
packages/documents/documents
UmbDocumentSearchItemModel
Interface UmbDocumentSearchItemModel
interface
UmbDocumentSearchItemModel
{
documentType
:
{
collection
?:
null
|
UmbReferenceByUnique
;
icon
:
string
;
unique
:
string
;
}
;
entityType
:
"document"
;
flags
:
UmbEntityFlag
[]
;
hasChildren
:
boolean
;
href
:
string
;
isProtected
:
boolean
;
isTrashed
:
boolean
;
name
:
string
;
parent
:
null
|
{
unique
:
UmbEntityUnique
}
;
unique
:
string
;
variants
:
UmbDocumentItemVariantModel
[]
;
}
Hierarchy (
View Summary
)
UmbDocumentItemModel
UmbDocumentSearchItemModel
Index
Properties
document
Type
entity
Type
flags
has
Children
href
is
Protected
is
Trashed
name
parent
unique
variants
Properties
document
Type
documentType
:
{
collection
?:
null
|
UmbReferenceByUnique
;
icon
:
string
;
unique
:
string
;
}
entity
Type
entityType
:
"document"
flags
flags
:
UmbEntityFlag
[]
has
Children
hasChildren
:
boolean
href
href
:
string
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
flags
has
Children
href
is
Protected
is
Trashed
name
parent
unique
variants
@umbraco-cms/backoffice
Loading...