FixIt JavaScript API
FixIt Documentation
GitHub
Preparing search index...
types/config
MaskOverlayHandler
Interface MaskOverlayHandler
Mask overlay handler
interface
MaskOverlayHandler
{
isActive
?:
()
=>
boolean
;
onClose
?:
()
=>
void
;
onOpen
?:
()
=>
void
;
}
Index
Properties
is
Active?
on
Close?
on
Open?
Properties
Optional
is
Active
isActive
?:
()
=>
boolean
Optional
on
Close
onClose
?:
()
=>
void
Optional
on
Open
onOpen
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Active
on
Close
on
Open
FixIt Documentation
GitHub
FixIt JavaScript API
Loading...
Mask overlay handler