CallioText API Reference - v0.0.22
文档首页 / Docs Home
Preparing search index...
DefaultPrinterProps
Interface DefaultPrinterProps
这是默认印刷器实现的props。
interface
DefaultPrinterProps
{
config
?:
MyPartial
<
PrinterConfig
>
;
onDidMount
?:
(
printer_comp
:
PrinterComponent
,
me
:
DefaultPrinterComponent
,
)
=>
void
;
onUpdateCache
?:
(
cache
:
PrinterCache
)
=>
void
;
printer
:
Printer
;
root
:
AbstractNode
;
}
Index
Properties
config?
on
Did
Mount?
on
Update
Cache?
printer
root
Properties
Optional
config
config
?:
MyPartial
<
PrinterConfig
>
Optional
on
Did
Mount
onDidMount
?:
(
printer_comp
:
PrinterComponent
,
me
:
DefaultPrinterComponent
,
)
=>
void
Optional
on
Update
Cache
onUpdateCache
?:
(
cache
:
PrinterCache
)
=>
void
printer
printer
:
Printer
root
root
:
AbstractNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
on
Did
Mount
on
Update
Cache
printer
root
文档首页 / Docs Home
CallioText API Reference - v0.0.22
Loading...
这是默认印刷器实现的props。