g3-toolkit API Reference
    Preparing search index...

    Interface LayoutSwitcherProps

    interface LayoutSwitcherProps {
        activeId: string;
        className?: string;
        engines: LayoutEngine[];
        onSwitch: (engineId: string) => void;
    }
    Index

    Properties

    activeId: string

    Currently active engine ID.

    className?: string
    engines: LayoutEngine[]

    Available layout engines.

    onSwitch: (engineId: string) => void

    Called when the user selects a different engine.