listRemovedElements( )


Gets a list of all removed widget elements.

The listRemovedElements() function returns a Promise that resolves to a list of selectors of removed elements that are part of the widget with which the panel is associated, for example: [‘title’, ‘description’]. To use this function on an inner (nested) widget, use getScopedWixEditor().

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Array<string>>
Was this helpful?
Yes
No