Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
PopoverModifierArguments
Interface PopoverModifierArguments<Options>
Public
interface
PopoverModifierArguments
<
Options
>
{
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
Юниверс MDM SDK UI
Loading...
Public