Skip to main content

Home > @jsplumbtoolkit/core > SelectionOptions > generator

SelectionOptions.generator property

Optional function that can be called to fill the selection. You'd use this when you are rendering individual selections and you need to be able to refresh the whole view based on some change in the data model.

Signature:

generator?: Function;