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