gsr
    Preparing search index...

    Interface KnowledgePanelResultNode

    interface KnowledgePanelResultNode {
        description: string;
        imageLink?: string;
        label: string;
        metadata: KnowledgePanelMetadata[];
        sourceLink?: string;
        title: string;
        type: "KNOWLEDGE_PANEL";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    imageLink?: string
    label: string
    sourceLink?: string
    title: string
    type: "KNOWLEDGE_PANEL"