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

    Interface PrinterGlobalInfoType

    interface PrinterGlobalInfoType {
        all_caches?: PrinterCache;
        all_contexts?: { [path: string]: Context };
        all_parameters?: { [path: string]: ProcessedParameterList };
        env?: Env;
        printer?: Printer;
        printer_component?: PrinterComponent;
        root?: AbstractNode;
    }
    Index
    all_caches?: PrinterCache
    all_contexts?: { [path: string]: Context }
    all_parameters?: { [path: string]: ProcessedParameterList }
    env?: Env
    printer?: Printer
    printer_component?: PrinterComponent