MCPcopy Create free account
hub / github.com/experdot/pointer / CrosstabMetadata

Interface CrosstabMetadata

src/renderer/src/types/type.ts:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140// 多维度交叉表元数据
141export interface CrosstabMetadata {
142 topic: string
143 horizontalDimensions: CrosstabAxisDimension[]
144 verticalDimensions: CrosstabAxisDimension[]
145 valueDimensions: CrosstabValueDimension[]
146 topicSuggestions?: string[]
147}
148
149// 多维度数据存储结构
150export interface CrosstabMultiDimensionData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected