Skip to content

uwidgets.core.interfaces.iwidgetlayoutprovider

GitHub Action edited this page Aug 5, 2024 · 4 revisions

IWidgetLayoutProvider

Namespace: uWidgets.Core.Interfaces

Service for reading and writing layout settings of a single widget, stored in layout.json.

public interface IWidgetLayoutProvider : IDataProvider`1

Implements IDataProvider<WidgetLayout>

Methods

Remove()

Remove the widget from the collection

void Remove()