galaxy-nodes
    Preparing search index...

    Interface GalaxyGraphLabels

    interface GalaxyGraphLabels {
        accessibleEdgesHeading: string;
        accessibleGraphLabel: string;
        accessibleNodesHeading: string;
        accessibleSummaryHeading: string;
        accessibleSummaryIntro: (
            stats: GraphStats,
            shownNodes: number,
            shownEdges: number,
        ) => string;
        allGroups: string;
        alphaBadge: string;
        clusterToggle: string;
        datasetSize: string;
        edgeId: string;
        edges: string;
        expandNeighbors: string;
        expansionFailed: string;
        focusMatchingNode: string;
        focusSelection: string;
        formatEdgesCount: (count: number) => string;
        formatGroupsCount: (count: number) => string;
        formatMajorCount: (count: number) => string;
        formatNodesCount: (count: number) => string;
        galaxyMode: string;
        graphControls: string;
        group: string;
        groups: string;
        groupsNav: string;
        loading: string;
        loadMoreBackward: string;
        loadMoreDown: string;
        loadMoreForward: string;
        loadMoreGraphData: string;
        loadMoreLeft: string;
        loadMoreRight: string;
        loadMoreUp: string;
        major: string;
        motionOff: string;
        motionOn: string;
        moveBackward: string;
        moveDown: string;
        moveForward: string;
        moveLeft: string;
        moveRight: string;
        moveUp: string;
        navigate: string;
        nodeId: string;
        nodes: string;
        nodeSelectionAnnouncement: (
            nodeLabel: string,
            index: number,
            total: number,
        ) => string;
        off: string;
        on: string;
        pauseMotion: string;
        playMotion: string;
        relationshipId: string;
        resetCamera: string;
        sceneTools: string;
        searchInput: string;
        searchPlaceholder: string;
        size: string;
        source: string;
        spaceNavigation: string;
        strength: string;
        target: string;
        to: string;
        traceLink: string;
        traversalHelp: string;
    }
    Index

    Properties

    accessibleEdgesHeading: string
    accessibleGraphLabel: string
    accessibleNodesHeading: string
    accessibleSummaryHeading: string
    accessibleSummaryIntro: (
        stats: GraphStats,
        shownNodes: number,
        shownEdges: number,
    ) => string
    allGroups: string
    alphaBadge: string
    clusterToggle: string
    datasetSize: string
    edgeId: string
    edges: string
    expandNeighbors: string
    expansionFailed: string
    focusMatchingNode: string
    focusSelection: string
    formatEdgesCount: (count: number) => string
    formatGroupsCount: (count: number) => string
    formatMajorCount: (count: number) => string
    formatNodesCount: (count: number) => string
    galaxyMode: string
    graphControls: string
    group: string
    groups: string
    groupsNav: string
    loading: string
    loadMoreBackward: string
    loadMoreDown: string
    loadMoreForward: string
    loadMoreGraphData: string
    loadMoreLeft: string
    loadMoreRight: string
    loadMoreUp: string
    major: string
    motionOff: string
    motionOn: string
    moveBackward: string
    moveDown: string
    moveForward: string
    moveLeft: string
    moveRight: string
    moveUp: string
    navigate: string
    nodeId: string
    nodes: string
    nodeSelectionAnnouncement: (
        nodeLabel: string,
        index: number,
        total: number,
    ) => string
    off: string
    on: string
    pauseMotion: string
    playMotion: string
    relationshipId: string
    resetCamera: string
    sceneTools: string
    searchInput: string
    searchPlaceholder: string
    size: string
    source: string
    spaceNavigation: string
    strength: string
    target: string
    to: string
    traceLink: string
    traversalHelp: string