Search
Preparing search index...
@universe-dg/sdk
Universe
DG
Data
AssetSearchModalProps
Type Alias AssetSearchModalProps
Public
type
AssetSearchModalProps
=
{
initialAssetType
?:
string
;
onClose
:
()
=>
void
;
onConfirm
:
(
selection
:
SearchHit
[]
)
=>
void
;
routerStore
?:
RouterStoreType
;
}
Index
Properties
initial
Asset
Type?
on
Close
on
Confirm
router
Store?
Properties
Optional
initial
Asset
Type
initialAssetType
?:
string
on
Close
onClose
:
()
=>
void
on
Confirm
onConfirm
:
(
selection
:
SearchHit
[]
)
=>
void
Optional
router
Store
routerStore
?:
RouterStoreType
On This Page
Properties
initial
Asset
Type
on
Close
on
Confirm
router
Store
Юниверс DG SDK UI
Loading...
Public