Options
All
  • Public
  • Public/Protected
  • All
Menu

A type which implements IDeletable must be deleted manually to free webassembly memory

remarks

Call .delete() before finishing with the object to ensure that WebAssmembly memory leaks do not occur.

All elements within SciChart's High Performance Realtime JavaScript Charts which implement IDeletable must be deleted manually to free native (WebAssembly) memory

Hierarchy

Implemented by

Index

Methods

Methods

delete

  • delete(): void
  • Deletes native (WebAssembly) memory used by this type, after which it cannot be used.

    remarks

    Call .delete() before finishing with the object to ensure that WebAssmembly memory leaks do not occur.

    All elements within SciChart's High Performance Realtime JavaScript Charts which implement IDeletable must be deleted manually to free native (WebAssembly) memory

    Returns void

Generated using TypeDoc