i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > toolview > IToolView > open

    toolview.IToolView.open() method

    Opens the tool view in either a docked pane or an undocked window.

    Signature:

    open(openState?: 'docked' | 'undocked'): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    openState 'docked' | 'undocked' (Optional) The initial state of the open tool view, which defaults to 'docked'.

    Returns:

    void

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