Theia API Documentation v1.65.0
    Preparing search index...
    interface QuickViewItem {
        label: string;
        open: () => void;
        when?: string;
    }
    Index

    Properties

    Properties

    label: string
    open: () => void
    when?: string