Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
PopoverAbstractModifier
Interface PopoverAbstractModifier<Name, Options>
Public
interface
PopoverAbstractModifier
<
Name
,
Options
extends
{
[
key
:
string
]:
any
}
>
{
data
?:
{
[
key
:
string
]:
any
}
;
effect
?:
(
arg0
:
PopoverModifierArguments
<
Options
>
)
=>
void
|
(
()
=>
void
)
;
enabled
:
boolean
;
fn
:
(
arg0
:
PopoverModifierArguments
<
Options
>
)
=>
void
|
PopoverState
;
name
:
Name
;
options
?:
Partial
<
Options
>
;
phase
:
|
"main"
|
"beforeRead"
|
"read"
|
"afterRead"
|
"beforeMain"
|
"afterMain"
|
"beforeWrite"
|
"write"
|
"afterWrite"
;
requires
?:
string
[]
;
requiresIfExists
?:
string
[]
;
}
Type Parameters
Name
Options
extends
{
[
key
:
string
]:
any
}
Index
Properties
data?
effect?
enabled
fn
name
options?
phase
requires?
requires
If
Exists?
Properties
Optional
data
data
?:
{
[
key
:
string
]:
any
}
Optional
effect
effect
?:
(
arg0
:
PopoverModifierArguments
<
Options
>
)
=>
void
|
(
()
=>
void
)
enabled
enabled
:
boolean
fn
fn
:
(
arg0
:
PopoverModifierArguments
<
Options
>
)
=>
void
|
PopoverState
name
name
:
Name
Optional
options
options
?:
Partial
<
Options
>
phase
phase
:
|
"main"
|
"beforeRead"
|
"read"
|
"afterRead"
|
"beforeMain"
|
"afterMain"
|
"beforeWrite"
|
"write"
|
"afterWrite"
Optional
requires
requires
?:
string
[]
Optional
requires
If
Exists
requiresIfExists
?:
string
[]
On This Page
Properties
data
effect
enabled
fn
name
options
phase
requires
requires
If
Exists
Юниверс DG SDK UI
Loading...
Public