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