cockpit-plugin-base-react - v2.0.0
    Preparing search index...

    Interface LayoutOption<T>

    interface LayoutOption<T extends string = string> {
        icon: ReactNode;
        key: T;
        label: string;
    }

    Type Parameters

    • T extends string = string
    Index
    icon: ReactNode
    key: T
    label: string