RSX Code Reference
    Preparing search index...
    • rsx
    • GraphStateValue

    Type Alias GraphStateValue

    A state value for a graph that is being executed.

    type GraphStateValue = {
        value: any;
    }
    Index
    value: any