Theia API Documentation v1.65.0
    Preparing search index...
    interface Props {
        enabled?: boolean;
        iconClass: string;
        label: string;
        run: (effectiveMenuPath: MenuPath) => void;
    }
    Index

    Properties

    enabled?: boolean
    iconClass: string
    label: string
    run: (effectiveMenuPath: MenuPath) => void