g3-toolkit API Reference
    Preparing search index...

    Interface DerivedProperty

    interface DerivedProperty {
        expression: string;
        name: string;
        reactive: boolean;
    }
    Index

    Properties

    expression: string

    Expression referencing existing property keys.

    name: string

    Property name (added to each node).

    reactive: boolean

    Recompute when UGM changes.