Skip to main content

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

DialogsBase.apply() method

applies the given data object to the given element, using jtk-att as the match attributes

Signature:

apply(data: any, el: any): void;

Parameters

ParameterTypeDescription
dataany
elany

Returns:

void