g3-toolkit API Reference
    Preparing search index...

    Interface DerivedPropertyPanelProps

    interface DerivedPropertyPanelProps {
        className?: string;
        engine: DerivedPropertyEngine;
        onCompute: (propertyKey?: string) => void;
        ugm: UGM;
    }
    Index

    Properties

    className?: string
    onCompute: (propertyKey?: string) => void

    Fires after a definition computes; carries the property key so hosts can connect the value to a visible encoding (review 5.2: e.g. size-by-derived). No-arg callers remain valid.

    ugm: UGM