NodeOptions: {
    uniqueNodeId?: string;
    uniqueStorageKey?: string;
}

Type declaration

  • OptionaluniqueNodeId?: string

    Deprecated name for uniqueStorageKey TODO: Remove with 0.8 or such

  • OptionaluniqueStorageKey?: string

    Unique storage key for this node to use for the storage context of this node. If not provided the order of node addition is used.