i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > toolview > IVolatileStore > set

    toolview.IVolatileStore.set() method

    Creates or updates a key in the volatile store.

    Signature:

    set(key: string, value: unknown): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    key string The key to create or update.
    value unknown The new value for the key.

    Returns:

    void

    In this article
    • toolview.IVolatileStore.set() method
    • Parameters
    Back to top © N. Harris Computer Corporation