i2 Notebook SDK
Search results for

    Show/hide table of contents

    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 with unknown.

    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.

    In this article
    Back to top © N. Harris Computer Corporation