Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
PopoverModifierArguments
Interface PopoverModifierArguments<Options>
Public
interface
PopoverModifierArguments
<
Options
extends
{
[
key
:
string
]:
any
}
>
{
instance
:
{
destroy
:
()
=>
void
;
forceUpdate
:
()
=>
void
;
setOptions
:
(
setOptionsAction
:
SetStateAction
<
Partial
<
PopoverOptionsGeneric
<
any
>
>
>
,
)
=>
Promise
<
Partial
<
PopoverState
>
>
;
state
:
PopoverState
;
update
:
()
=>
Promise
<
Partial
<
PopoverState
>
>
;
}
;
name
:
string
;
options
:
Partial
<
Options
>
;
state
:
PopoverState
;
}
Type Parameters
Options
extends
{
[
key
:
string
]:
any
}
Index
Properties
instance
name
options
state
Properties
instance
instance
:
{
destroy
:
()
=>
void
;
forceUpdate
:
()
=>
void
;
setOptions
:
(
setOptionsAction
:
SetStateAction
<
Partial
<
PopoverOptionsGeneric
<
any
>
>
>
,
)
=>
Promise
<
Partial
<
PopoverState
>
>
;
state
:
PopoverState
;
update
:
()
=>
Promise
<
Partial
<
PopoverState
>
>
;
}
name
name
:
string
options
options
:
Partial
<
Options
>
state
state
:
PopoverState
On This Page
Properties
instance
name
options
state
Юниверс DG SDK UI
Loading...
Public