FunctionsColorPickerInputCallbackColorPickerInputCallback CallableColorPickerInputCallback(elem: HTMLFieldSetElement, ev: CustomEvent<{ source: hue | output | opacity | tint }>): anyThe input callback to be executed upon color or opacity changes. This callback should be responsible for propagating the updated element state to external variables (e.g. ItemColorState).Parameterselem: HTMLFieldSetElementev: CustomEvent<{ source: hue | output | opacity | tint }>Returns any
The input callback to be executed upon color or opacity changes. This callback should be responsible for propagating the updated element state to external variables (e.g. ItemColorState).