Skip to content

工具类类型

ts
export enum BaseToolbarType {
    HEADING = "heading",
    BOLD = "bold",
    ITALIC = "italic",
    UNDERLINE = "underline",
    DELETE = "delete",
    LINE = "line",
    BLOCKQUOTE = "blockquote",
    UL = "ul",
    OL = "ol",
    INLINECODE = "inlinecode",
    CODE = "code",
    LINK = "link",
    IMAGE = "image",
    TABLE = "table",
    FULLSCREEN = "fullscreen",
    WRITE = "write",
    PREVIEW = "preview",
    CONTENTS = "contents",
    OUTPUT = "output",
    EMOJI = "emoji",
}