Interface for components that render a configuration UI for a ViewLayout

Type Parameters

  • T extends object = object

Hierarchy

  • ViewLayoutConfigurationComponent

Properties

Properties

changeLayout: {
    emit: ((data?: ViewLayout<T>) => CustomEvent<ViewLayout<T>>);
}

Event emitter to use to emit events when the layout has changed

Type declaration

layout: ViewLayout<T>

The layout config