Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface ViewLayoutConfigurationComponent<T>Beta

    Interface for components that render a configuration UI for a ViewLayout

    interface ViewLayoutConfigurationComponent<T extends object = object> {
        changeLayout: {
            emit: (data?: ViewLayout<T>) => CustomEvent<ViewLayout<T>>;
        };
        layout: ViewLayout<T>;
    }

    Type Parameters

    • T extends object = object
    Index

    Properties

    Properties

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

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

    layout: ViewLayout<T>

    The layout config