i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > ICommand > setEnabled

    commands.ICommand.setEnabled() method

    Sets the enabled state of all actions derived from the command.

    Signature:

    setEnabled(value: boolean): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    value boolean true to enable all actions; false to disable them.

    Returns:

    void

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