Skip to content

zentao-api / DefineModulesOptions

Interface: DefineModulesOptions

defineModules 的选项。

Properties

PropertyTypeDescription
replace?boolean同名模块的写入策略。 - false(默认):合并模块的元数据,并按动作名对动作做"同名替换、未知追加"。 - true:整体替换已存在的模块定义,原有动作会被丢弃。

Released under the MIT License.