Type alias Update

Update: {
    attributes: Partial<Record<string, AttributeValue>>;
    element: Element;
}

Deprecated

Use the new edit event V2 API instead.

Type declaration

Generated using TypeDoc