i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > visual > IBrushSet > remove

    visual.IBrushSet.remove() method

    Removes specific records from the brush set.

    Signature:

    remove(records: Iterable<app.RecordSpecifier> | app.RecordSpecifier): void;
    

    Introduced: version 1.9

    Parameters

    Parameter Type Description
    records Iterable<app.RecordSpecifier> | app.RecordSpecifier An iterable of records, or record identifiers, to remove.

    Returns:

    void

    Exceptions

    Error if one or more of the records do not exist on the chart.

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