g3-toolkit API Reference
    Preparing search index...

    Interface AlgorithmPanelProps

    interface AlgorithmPanelProps {
        className?: string;
        initialJson?: string;
        onIngested?: (summary: string, propertyKeys?: string[]) => void;
        ugm: UGM;
    }
    Index

    Properties

    className?: string
    initialJson?: string

    Seed the ingest textarea (demos, host-provided examples).

    onIngested?: (summary: string, propertyKeys?: string[]) => void

    Property-shaped results mutate the UGM in place; this fires afterward with the written property keys so the host can wire visible consequences (e.g. drive the encoding spec's color from a freshly written _component, or size from _degree: round-25 finding 3, runners must not be silent).

    ugm: UGM