Home > @uniformdev/mesh-sdk-react > VariableNode > exportJSON

VariableNode.exportJSON() method

Serializes the node to JSON for editor initial state

Signature:

exportJSON(): {
        reference: string;
        type: string;
        version: number;
    };

Returns:

{ reference: string; type: string; version: number; }