i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    commands.IAction.setDescription() method

    Sets the description of the action. For example, "Undo add Gene Hendricks".

    Signature:

    setDescription(value: string): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    value string A description of the action.

    Returns:

    void

    Remarks

    The action description does not appear in button labels, but does appear in tooltips and other locations.

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