Preparing search index...
The search index is not available
canvas-ui
canvas-ui
<internal>
SelectCollectionContent
Type Alias SelectCollectionContent
SelectCollectionContent
:
(
payload
:
{
attach_to
?:
HTMLElement
|
string
;
initial_data
?:
CollectionPlayer
;
initial_metadata_filters
?:
Record
<
string
,
any
>
;
open_settings
?:
CollectionSelectorProps
[
"openSettings"
]
;
readonly_name
?:
CollectionSelectorProps
[
"readonlyName"
]
;
}
,
)
=>
Promise
<
{
content
?:
CollectionPlayer
;
user_action
:
string
}
>
Type declaration
(
payload
:
{
attach_to
?:
HTMLElement
|
string
;
initial_data
?:
CollectionPlayer
;
initial_metadata_filters
?:
Record
<
string
,
any
>
;
open_settings
?:
CollectionSelectorProps
[
"openSettings"
]
;
readonly_name
?:
CollectionSelectorProps
[
"readonlyName"
]
;
}
,
)
:
Promise
<
{
content
?:
CollectionPlayer
;
user_action
:
string
}
>
Parameters
payload
:
{
attach_to
?:
HTMLElement
|
string
;
initial_data
?:
CollectionPlayer
;
initial_metadata_filters
?:
Record
<
string
,
any
>
;
open_settings
?:
CollectionSelectorProps
[
"openSettings"
]
;
readonly_name
?:
CollectionSelectorProps
[
"readonlyName"
]
;
}
Returns
Promise
<
{
content
?:
CollectionPlayer
;
user_action
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
canvas-ui
Loading...