mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
2 lines
9.0 KiB
JavaScript
2 lines
9.0 KiB
JavaScript
import{aw as r,y as t,z as l,b0 as a}from"./chunks/framework.BCBheFgR.js";const u=JSON.parse('{"title":"propsService方法","description":"","frontmatter":{},"headers":[],"relativePath":"api/editor/propsServiceMethods.md","filePath":"api/editor/propsServiceMethods.md"}'),o={name:"api/editor/propsServiceMethods.md"};function i(s,e,n,p,c,g){return l(),t("div",null,e[0]||(e[0]=[a('<h1 id="propsservice方法" tabindex="-1">propsService方法 <a class="header-anchor" href="#propsservice方法" aria-label="Permalink to "propsService方法""></a></h1><h2 id="fillconfig" tabindex="-1">fillConfig <a class="header-anchor" href="#fillconfig" aria-label="Permalink to "fillConfig""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li>{<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/form/src/schema.ts#L706" target="_blank" rel="noreferrer">FormConfig</a>} config</li></ul></li><li><p><strong>返回:</strong></p><ul><li>{Promise<<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/form/src/schema.ts#L706" target="_blank" rel="noreferrer">FormConfig</a>>}</li></ul></li><li><p><strong>详情:</strong></p><p>扩展属性表单配置DSL,用于为所有表单配置添加公共配置</p></li></ul><h2 id="setpropsconfigs" tabindex="-1">setPropsConfigs <a class="header-anchor" href="#setpropsconfigs" aria-label="Permalink to "setPropsConfigs""></a></h2><ul><li><p><strong>参数:</strong></p><ul><li>{Record<string, <a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/form/src/schema.ts#L706" target="_blank" rel="noreferrer">FormConfig</a>>} configs</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{void}</code></li></ul></li><li><p><strong>详情:</strong></p><p>设置组件与属性表单配置DSL的对应关系</p></li></ul><h2 id="setpropsconfig" tabindex="-1">setPropsConfig <a class="header-anchor" href="#setpropsconfig" aria-label="Permalink to "setPropsConfig""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li><code>{string}</code> type 组件类型</li><li>{<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/form/src/schema.ts#L706" target="_blank" rel="noreferrer">FormConfig</a>} config 属性表单配置DSL</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{Promise<void>}</code></li></ul></li><li><p><strong>详情:</strong></p><p>为指定类型组件设置组件属性表单配置</p></li></ul><h2 id="getpropsconfig" tabindex="-1">getPropsConfig <a class="header-anchor" href="#getpropsconfig" aria-label="Permalink to "getPropsConfig""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li><code>{string}</code> type 组件类型</li></ul></li><li><p><strong>返回:</strong></p><ul><li>{Promise<<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/form/src/schema.ts#L706" target="_blank" rel="noreferrer">FormConfig</a>>}</li></ul></li><li><p><strong>详情:</strong></p><p>获取指点类型的组件属性表单配置</p></li></ul><h2 id="setpropsvalues" tabindex="-1">setPropsValues <a class="header-anchor" href="#setpropsvalues" aria-label="Permalink to "setPropsValues""></a></h2><ul><li><p><strong>参数:</strong></p><ul><li>{Record<string, <a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/schema/src/index.ts#L99" target="_blank" rel="noreferrer">MNode</a>>} values</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{void}</code></li></ul></li><li><p><strong>详情:</strong></p><p>设置组件与属性表单默认值的对应关系</p></li></ul><h2 id="setpropsvalue" tabindex="-1">setPropsValue <a class="header-anchor" href="#setpropsvalue" aria-label="Permalink to "setPropsValue""></a></h2><ul><li><p><strong>参数:</strong></p><ul><li><code>{string}</code> type 组件类型</li><li>{<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/schema/src/index.ts#L99" target="_blank" rel="noreferrer">MNode</a>} value 组件初始值</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{Promise<void>}</code></li></ul></li><li><p><strong>详情:</strong></p><p>设置组件与属性表单默认值的对应关系</p></li></ul><h2 id="getpropsvalue" tabindex="-1">getPropsValue <a class="header-anchor" href="#getpropsvalue" aria-label="Permalink to "getPropsValue""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li><code>{string}</code> type 组件类型</li><li>{<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/schema/src/index.ts#L99" target="_blank" rel="noreferrer">MNode</a>} value 组件默认值,可选</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{Promise<void>}</code></li></ul></li><li><p><strong>详情:</strong></p><p>获取指定类型的组件初始值</p></li></ul><h2 id="createid" tabindex="-1">createId <a class="header-anchor" href="#createid" aria-label="Permalink to "createId""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li>{string} type 组件列席</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{Promise<string>}</code></li></ul></li><li><p><strong>详情:</strong></p><p>生成组件id</p></li></ul><h2 id="setnewitemid" tabindex="-1">setNewItemId <a class="header-anchor" href="#setnewitemid" aria-label="Permalink to "setNewItemId""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li>{<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/schema/src/index.ts#L99" target="_blank" rel="noreferrer">MNode</a>} config</li></ul></li><li><p><strong>返回:</strong></p><ul><li>{Promise<<a href="https://github.com/Tencent/tmagic-editor/blob/c143a5f7670ae61d80c1a2cfcc780cfb5259849d/packages/schema/src/index.ts#L99" target="_blank" rel="noreferrer">MNode</a>>}</li></ul></li><li><p><strong>详情:</strong></p><p>将组件与组件的子元素配置中的id都设置成一个新的ID</p></li></ul><h2 id="getdefaultpropsvalue" tabindex="-1">getDefaultPropsValue <a class="header-anchor" href="#getdefaultpropsvalue" aria-label="Permalink to "getDefaultPropsValue""></a></h2><ul><li><p><strong><a href="./../../guide/editor-expand.html#行为扩展">扩展支持</a>:</strong> 是</p></li><li><p><strong>参数:</strong></p><ul><li><code>{string}</code> type 组件类型</li></ul></li><li><p><strong>返回:</strong></p><ul><li><code>{Promise<void>}</code></li></ul></li><li><p><strong>详情:</strong></p><p>获取默认属性配置</p></li></ul><h2 id="resetstate" tabindex="-1">resetState <a class="header-anchor" href="#resetstate" aria-label="Permalink to "resetState""></a></h2><ul><li><strong>详情:</strong></li></ul><p>情况所有组件的属性配置与初始值</p><h2 id="destroy" tabindex="-1">destroy <a class="header-anchor" href="#destroy" aria-label="Permalink to "destroy""></a></h2><ul><li><p><strong>详情:</strong></p><p>销毁propsService</p></li></ul><h2 id="use" tabindex="-1">use <a class="header-anchor" href="#use" aria-label="Permalink to "use""></a></h2><p>使用中间件的方式扩展方法,上述方法中标记有<code>扩展支持: 是</code>的方法都支持使用use扩展</p><h2 id="useplugin" tabindex="-1">usePlugin <a class="header-anchor" href="#useplugin" aria-label="Permalink to "usePlugin""></a></h2><ul><li><strong>详情:</strong></li></ul><p>相对于<a href="#use">use</a>, usePlugin支持更加灵活更加细致的扩展, 上述方法中标记有<code>扩展支持: 是</code>的方法都支持使用usePlugin扩展</p><p>每个支持扩展的方法都支持定制before、after两个hook来干预原有方法的行为,before可以用于修改传入参数,after可以用于修改返回的值</p><h2 id="removeallplugins" tabindex="-1">removeAllPlugins <a class="header-anchor" href="#removeallplugins" aria-label="Permalink to "removeAllPlugins""></a></h2><ul><li><strong>详情:</strong></li></ul><p>删掉当前设置的所有扩展</p>',35)]))}const h=r(o,[["render",i]]);export{u as __pageData,h as default};
|