cockpit-plugin-base-react - v1.1.1
    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

    Properties

    Properties

    icon: ReactNode
    key: T
    label: string