Preparing search index...
The search index is not available
canvas-ui
canvas-ui
<internal>
EmbeddableProps
Interface EmbeddableProps
interface
EmbeddableProps
{
app_name
:
string
;
embed_locations
?:
EmbedLocation
[]
;
file
:
null
|
ContentGridFileProps
;
headless_locations
?:
EmbedLocation
[]
;
height
?:
string
;
properties_by_embed_location
?:
Partial
<
Record
<
EmbedLocation
,
EmbeddedLocationProperties
>
,
>
;
settings
?:
Record
<
string
,
unknown
>
;
src
:
null
|
string
;
type
:
"app"
;
width
?:
string
;
}
Index
Properties
app_
name
embed_
locations?
file
headless_
locations?
height?
properties_
by_
embed_
location?
settings?
src
type
width?
Properties
app_
name
app_name
:
string
Optional
embed_
locations
embed_locations
?:
EmbedLocation
[]
file
file
:
null
|
ContentGridFileProps
Optional
headless_
locations
headless_locations
?:
EmbedLocation
[]
Optional
height
height
?:
string
Optional
properties_
by_
embed_
location
properties_by_embed_location
?:
Partial
<
Record
<
EmbedLocation
,
EmbeddedLocationProperties
>
,
>
Optional
settings
settings
?:
Record
<
string
,
unknown
>
src
src
:
null
|
string
type
type
:
"app"
Optional
width
width
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app_
name
embed_
locations
file
headless_
locations
height
properties_
by_
embed_
location
settings
src
type
width
canvas-ui
Loading...