tiny-engine/packages/plugins/script/meta.js

11 lines
387 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
id: 'engine.plugins.pagecontroller',
title: '页面 JS',
type: 'plugins',
icon: 'plugin-icon-js',
align: 'leftTop',
width: 600,
widthResizable: true,
confirm: 'close' // 当点击插件栏切换或关闭前是否需要确认, 会调用插件中confirm值指定的方法e.g. 此处指向 close方法会调用插件的close方法执行确认逻辑
}