Skip to main content

Home > @jsplumbtoolkit/dialogs-core > DialogsBase > extract

DialogsBase.extract() method

extracts a data object from the given element, using jtk-att as the match attributes

Signature:

extract(el: any): Record<string, any>;

Parameters

ParameterTypeDescription
elany

Returns:

Record<string, any>