Skip to main content

Type NodeSerializer


Type NodeSerializer

Declared in packages/sdk/app-framework/src/plugins/common/graph.ts:18open in new window

Properties

deserializeopen in new window

Type: function

Takes a serialized node and deserializes it into the application.

dispositionopen in new window

Type: "hoist" | "fallback"

inputTypeopen in new window

Type: string

outputTypeopen in new window

Type: string

serializeopen in new window

Type: function

Takes a node and serializes it into a format that can be stored.