i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IPropertyTypeEditor > moveAfter

    schema.IPropertyTypeEditor.moveAfter() method

    Moves the property type after the specified property type in the item type's list.

    Signature:

    moveAfter(propertyType: IChartPropertyType | IPendingPropertyType | null): this;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    propertyType IChartPropertyType | IPendingPropertyType | null The property type to move the property type after, or null to move it to the beginning of the list.

    Returns:

    this

    This property type, in its new position.

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