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

Interface GlobalSearchResultGroup

src/renderer/src/types/type.ts:232–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231/** 按页面分组的全局搜索结果 */
232export interface GlobalSearchResultGroup {
233 pageId: string
234 pageTitle: string
235 /** 页面创建时间 */
236 createdAt: number
237 /** 文件夹路径(如果有) */
238 folderPath?: string
239 /** 按消息分组的结果 */
240 messageGroups: GlobalSearchMessageGroup[]
241 /** 是否展开 */
242 expanded: boolean
243}
244
245/** 全局搜索选项 */
246export interface GlobalSearchOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected