VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/contracts
OverlayProvider
Interface OverlayProvider
interface
OverlayProvider
{
backdrop
?
(
page
:
OverlayPage
,
context
:
OverlayContext
)
:
void
;
overlay
?
(
page
:
OverlayPage
,
context
:
OverlayContext
)
:
void
;
}
Index
Methods
backdrop?
overlay?
Methods
Optional
backdrop
backdrop
?
(
page
:
OverlayPage
,
context
:
OverlayContext
)
:
void
Parameters
page
:
OverlayPage
context
:
OverlayContext
Returns
void
Optional
overlay
overlay
?
(
page
:
OverlayPage
,
context
:
OverlayContext
)
:
void
Parameters
page
:
OverlayPage
context
:
OverlayContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
backdrop
overlay
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...