G-code Preview — API Reference
    Preparing search index...

    Optional result metadata riding beside the IR (DD-005 §4.2) — no IR schema bump; structured-cloneable across the worker boundary (thumbnail bytes transferable).

    interface DialectMetadata {
        dialects?: DialectDetection[];
        filaments?: FilamentInfo[];
        machine?: MachineGeometry;
        raw?: Record<string, string>;
        thumbnails?: ThumbnailData[];
    }
    Index

    Properties

    dialects?: DialectDetection[]

    Every applied adapter (composition, amendment 1).

    filaments?: FilamentInfo[]
    machine?: MachineGeometry
    raw?: Record<string, string>

    Whitelisted key/value settings only — bounded, never local paths.

    thumbnails?: ThumbnailData[]