interface PrivateNodeTextResourceEntry {
    brief: string;
    details: string;
    nodeId: GraphNodeId;
    toolTip: string;
}

Properties

brief: string
details: string
nodeId: GraphNodeId
toolTip: string