i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > IAction > setHidden

    commands.IAction.setHidden() method

    Sets whether the action is hidden - that is, whether it is visible to users at all.

    Signature:

    setHidden(value: boolean): void;
    

    Introduced: version 1.5

    Parameters

    Parameter Type Description
    value boolean true to hide the action; false to show it.

    Returns:

    void

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