CallioText API Reference - v0.0.22
    Preparing search index...

    Interface DefaultPrinterProps

    这是默认印刷器实现的props。

    interface DefaultPrinterProps {
        config?: MyPartial<PrinterConfig>;
        onDidMount?: (
            printer_comp: PrinterComponent,
            me: DefaultPrinterComponent,
        ) => void;
        onUpdateCache?: (cache: PrinterCache) => void;
        printer: Printer;
        root: AbstractNode;
    }
    Index
    onDidMount?: (
        printer_comp: PrinterComponent,
        me: DefaultPrinterComponent,
    ) => void
    onUpdateCache?: (cache: PrinterCache) => void
    printer: Printer