i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IItemTypeEditor > setDisplayName

    schema.IItemTypeEditor.setDisplayName() method

    Sets the display name of the item type.

    Signature:

    setDisplayName(displayName: string): this;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    displayName string The display name to set.

    Returns:

    this

    This item type, with the new display name in place.

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