i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > IEntryPointApi > createToolView

    IEntryPointApi.createToolView() method

    Creates and returns a tool view with the specified configuration.

    Signature:

    createToolView(config: toolview.IToolViewConfig): toolview.IToolView;
    

    Introduced: version 1.3

    Parameters

    Parameter Type Description
    config toolview.IToolViewConfig The information for creating the tool view, including its default size and position.

    Returns:

    toolview.IToolView

    The new tool view.

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