Interface FilterOptions

interface FilterOptions {
    copy?: boolean;
}

Properties

Properties

copy?: boolean

Whether the method should return a copy of the chromatogram or modify it in-place.

Default

false