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
| Parameter | Type | Description |
|---|---|---|
| el | any |
Returns:
Record<string, any>