LiquidGlassJS - v0.0.0
Preparing search index...
core/src
LiquidGlassHandle
Interface LiquidGlassHandle
interface
LiquidGlassHandle
{
backend
:
BackendId
;
element
:
Element
;
destroy
()
:
void
;
on
(
event
:
LiquidGlassEventName
,
cb
:
(
detail
:
string
)
=>
void
)
:
()
=>
void
;
set
(
options
:
LiquidGlassOptions
)
:
void
;
}
Index
Properties
backend
element
Methods
destroy
on
set
Properties
Readonly
backend
backend
:
BackendId
Readonly
element
element
:
Element
Methods
destroy
destroy
()
:
void
Returns
void
on
on
(
event
:
LiquidGlassEventName
,
cb
:
(
detail
:
string
)
=>
void
)
:
()
=>
void
Parameters
event
:
LiquidGlassEventName
cb
:
(
detail
:
string
)
=>
void
Returns
()
=>
void
set
set
(
options
:
LiquidGlassOptions
)
:
void
Parameters
options
:
LiquidGlassOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backend
element
Methods
destroy
on
set
LiquidGlassJS - v0.0.0
Loading...