Preparing search index...
The search index is not available
canvas-ui
canvas-ui
<internal>
SelectFileContent
Type Alias SelectFileContent
SelectFileContent
:
(
payload
:
{
allowed_asset_content_types
?:
FileContentTypeEnum
[]
;
allowed_content_types
?:
FileContentTypeEnum
[]
;
allowed_selector_types
?:
SelectorType
[]
;
attach_to
?:
HTMLElement
|
string
;
initial_metadata_filters
?:
Record
<
string
,
any
>
;
selections
?:
Selection
[]
;
}
,
)
=>
Promise
<
{
content
?:
(
SelectedFile
|
SelectedPage
)
[]
;
user_action
:
string
}
,
>
Type declaration
(
payload
:
{
allowed_asset_content_types
?:
FileContentTypeEnum
[]
;
allowed_content_types
?:
FileContentTypeEnum
[]
;
allowed_selector_types
?:
SelectorType
[]
;
attach_to
?:
HTMLElement
|
string
;
initial_metadata_filters
?:
Record
<
string
,
any
>
;
selections
?:
Selection
[]
;
}
,
)
:
Promise
<
{
content
?:
(
SelectedFile
|
SelectedPage
)
[]
;
user_action
:
string
}
,
>
Parameters
payload
:
{
allowed_asset_content_types
?:
FileContentTypeEnum
[]
;
allowed_content_types
?:
FileContentTypeEnum
[]
;
allowed_selector_types
?:
SelectorType
[]
;
attach_to
?:
HTMLElement
|
string
;
initial_metadata_filters
?:
Record
<
string
,
any
>
;
selections
?:
Selection
[]
;
}
Returns
Promise
<
{
content
?:
(
SelectedFile
|
SelectedPage
)
[]
;
user_action
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
canvas-ui
Loading...