Home > @i2analyze/notebook-sdk > toolview > SerializableValue
toolview.SerializableValue type
Warning: This API is now obsolete.
toolview.SerializableValue
is no longer used. Replace any existing use withunknown
.
A serializable value that a tool view puts into the volatile store.
Signature:
type SerializableValue = string | number | boolean | null | bigint | Date | SerializableValue[] | {
[key: string]: SerializableValue;
};
References: SerializableValue
Introduced: version 1.0
Remarks
Serializable values are constrained to the logical types that are listed in the definition.