Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
PopoverOptionsGeneric
Interface PopoverOptionsGeneric<TModifier>
Public
interface
PopoverOptionsGeneric
<
TModifier
>
{
modifiers
:
TModifier
[]
;
onFirstUpdate
?:
(
(
arg0
:
Partial
<
PopoverState
>
)
=>
void
)
;
placement
:
PopoverPlacement
;
strategy
:
"fixed"
|
"absolute"
;
}
Type Parameters
TModifier
Index
Properties
modifiers
on
First
Update?
placement
strategy
Properties
modifiers
modifiers
:
TModifier
[]
Optional
on
First
Update
on
First
Update
?:
(
(
arg0
:
Partial
<
PopoverState
>
)
=>
void
)
placement
placement
:
PopoverPlacement
strategy
strategy
:
"fixed"
|
"absolute"
On This Page
Properties
modifiers
on
First
Update
placement
strategy
Юниверс MDM SDK UI
Loading...
Public