i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > toolview > ToolViewMinimizedListener

    toolview.ToolViewMinimizedListener type

    A callback function that handles tool view minimized events.

    Signature:

    type ToolViewMinimizedListener = (isMinimized: boolean) => void;
    

    Introduced: version 1.2

    Parameters

    Parameter Description
    isMinimized true if the tool view is now invisible for one of the reasons given; false if it is now visible in the opposite circumstances.

    Remarks

    This listener receives an event after the docked tool view changes visibility in the i2 Notebook user interface, as a result of a chart or another docked tool being maximized or restored.

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