@vivliostyle/core
Preparing search index...
print
PrintConfig
Interface PrintConfig
interface
PrintConfig
{
errorCallback
:
(
message
:
string
)
=>
void
;
hideIframe
:
boolean
;
printCallback
:
(
iframeWin
:
Window
)
=>
void
;
removeIframe
:
boolean
;
title
:
string
;
}
Index
Properties
error
Callback
hide
Iframe
print
Callback
remove
Iframe
title
Properties
error
Callback
errorCallback
:
(
message
:
string
)
=>
void
hide
Iframe
hideIframe
:
boolean
print
Callback
printCallback
:
(
iframeWin
:
Window
)
=>
void
remove
Iframe
removeIframe
:
boolean
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Callback
hide
Iframe
print
Callback
remove
Iframe
title
@vivliostyle/core
Loading...