Skip to main content

Home > @jsplumbtoolkit/core > SelectionOptions > lazy

SelectionOptions.lazy property

If true, the selection will not populate itself as soon as it is constructed. Otherwise, and this is the default behaviour, it will.

Signature:

lazy?: boolean;