sanity-plugin-computed-field:一个基于其他字段的字段。 您的理智模型中的记忆

时间:2024-04-24 23:40:17
【文件属性】:

文件名称:sanity-plugin-computed-field:一个基于其他字段的字段。 您的理智模型中的记忆

文件大小:198KB

文件格式:ZIP

更新时间:2024-04-24 23:40:17

TypeScript

插件计算域 此插件根据其他字段或与当前文档的关系来计算文档上的字段。 换句话说,此字段使用正在编辑的文档上的文档中的值。 安装 sanity install computed-field 然后,您可以将ComputedField用作输入组件来帮助计算值。 计算字段支持number , text , string或boolean类型。 选项 { name : "..." , type : "number" , //"number" or "text" or "string" or "boolean" options : { editable : true or false , buttonText : "Regenerate" , documentQuerySelection : ` _id "numberOfReferences


【文件预览】:
sanity-plugin-computed-field-main
----package.json(1KB)
----.prettierrc(117B)
----.prettierignore(34B)
----sanity.json(83B)
----src()
--------ComputedField.tsx(4KB)
--------type-text.png(57KB)
--------type-boolean.png(33KB)
--------partTypes.d.ts(186B)
--------type-string.png(47KB)
--------type-number.png(36KB)
----.npmignore(87B)
----tsconfig.json(718B)
----examples()
--------courseBook.ts(5KB)
----.gitignore(22B)
----README.md(3KB)
----yarn.lock(72KB)
----clearLib.js(260B)

网友评论