vira - v28.19.0
Preparing search index...
triggerPopUpState
Function triggerPopUpState
triggerPopUpState
(
__namedParameters
:
Readonly
<
{
host
:
HTMLElement
;
open
:
boolean
;
popUpManager
:
PopUpManager
}
&
PartialWithUndefined
<
{
callback
?:
(
showPopUpResult
:
ShowPopUpResult
|
undefined
)
=>
void
;
options
?:
Partial
<
PopUpManagerOptions
>
;
}
,
>
,
>
,
)
:
void
Handles toggling pop up state for
ViraDropdown
.
Parameters
__namedParameters
:
Readonly
<
{
host
:
HTMLElement
;
open
:
boolean
;
popUpManager
:
PopUpManager
}
&
PartialWithUndefined
<
{
callback
?:
(
showPopUpResult
:
ShowPopUpResult
|
undefined
)
=>
void
;
options
?:
Partial
<
PopUpManagerOptions
>
;
}
,
>
,
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
vira - v28.19.0
Loading...
Handles toggling pop up state for
ViraDropdown.