该接口会根据元素 uuid 获取缓存的 Element 数据(包含笔划、链接、标题、几何图形与文本框等)。Documentation Index
Fetch the complete documentation index at: https://docs.supernote.com/llms.txt
Use this file to discover all available pages before exploring further.
调用
clearElementCache() 清空缓存后,旧的 Element 对象/uuid 将无法再用于读取缓存数据。| 参数 | 类型 | 说明 |
|---|---|---|
uuid | string | 元素 UUID |
APIResponse<Element>:result为Element(未命中缓存时result可能为空)