Preparing search index...
The search index is not available
canvas-ui
canvas-ui
<internal>
ComponentNode
Interface ComponentNode<T>
interface
ComponentNode
<
T
=
AvailableComponentProps
>
{
allow_admins_to_overwrite
?:
boolean
;
autofill
?:
|
"off"
|
"ai"
|
"matching_metadata"
|
"matching_tags"
|
"matching_metadata_or_tags"
;
autofill_content_types
?:
null
|
FileContentTypeEnum
[]
;
children
?:
ComponentNode
<
AvailableComponentProps
>
[]
;
data
?:
T
;
height
?:
string
;
id
:
string
;
linkable
?:
ComponentNodeLinkable
;
print
?:
ComponentNodePrint
;
style
?:
Record
<
string
,
any
>
;
tags
?:
string
[]
;
theme_meta
?:
ComponentNodeThemeMeta
;
tracking_id
:
string
;
type
:
ComponentTypes
;
visible
?:
ComponentNodeVisible
;
when_used_in_section
?:
{
is_editable
:
boolean
;
is_removable
:
boolean
}
;
}
Type Parameters
T
=
AvailableComponentProps
Index
Properties
allow_
admins_
to_
overwrite?
autofill?
autofill_
content_
types?
children?
data?
height?
id
linkable?
print?
style?
tags?
theme_
meta?
tracking_
id
type
visible?
when_
used_
in_
section?
Properties
Optional
allow_
admins_
to_
overwrite
allow_admins_to_overwrite
?:
boolean
Optional
autofill
autofill
?:
|
"off"
|
"ai"
|
"matching_metadata"
|
"matching_tags"
|
"matching_metadata_or_tags"
Optional
autofill_
content_
types
autofill_content_types
?:
null
|
FileContentTypeEnum
[]
Optional
children
children
?:
ComponentNode
<
AvailableComponentProps
>
[]
Optional
data
data
?:
T
Optional
height
height
?:
string
id
id
:
string
Optional
linkable
linkable
?:
ComponentNodeLinkable
Optional
print
print
?:
ComponentNodePrint
Optional
style
style
?:
Record
<
string
,
any
>
Optional
tags
tags
?:
string
[]
Optional
theme_
meta
theme_meta
?:
ComponentNodeThemeMeta
tracking_
id
tracking_id
:
string
type
type
:
ComponentTypes
Optional
visible
visible
?:
ComponentNodeVisible
Optional
when_
used_
in_
section
when_used_in_section
?:
{
is_editable
:
boolean
;
is_removable
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow_
admins_
to_
overwrite
autofill
autofill_
content_
types
children
data
height
id
linkable
print
style
tags
theme_
meta
tracking_
id
type
visible
when_
used_
in_
section
canvas-ui
Loading...