Skip to content

[Question] 请问SylController类型中toolbar的type类型有哪些可用类型? #246

Description

@Feahter

请问SylController类型中toolbar的type类型有哪些可用类型?
类似dropdown是插件触发下拉,还有别的吗?
// 自定义菜单栏 public toolbar = { className: PLUGIN_NAME, tooltip: PLUGIN_NAME, type: 'dropdown', value: this.list.map((item, index) => { const { title, content } = item; return { text: title, attrs: { title, content, key: index, }, }; }),handle:(editor: SylApi, name: string, item: any) =>{...}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions