MCPcopy Create free account

hub / github.com/baskinwind/rich-editor / functions

Functions366 in github.com/baskinwind/rich-editor

Methodconstructor
(tag: string = "div", children: (string | Block)[] = [], editor?: Editor)
src/components/custom-collection.ts:47
Methodconstructor
(type: HeadingEnum, text?: string, editor?: Editor)
src/components/heading.ts:89
Methodconstructor
(content: string)
src/components/character.ts:8
Methodconstructor
(text: string = "", editor?: Editor)
src/components/paragraph.ts:47
Methodconstructor
( row: number, col: number, head: tableCellType[] | boolean = true, rows: tableCellType[][
src/components/table.ts:49
Methodconstructor
( size: number, cellType: TableCellEnum = TableCellEnum.td, children: tableCellType[] = [],
src/components/table.ts:177
Methodconstructor
( cellType: TableCellEnum = TableCellEnum.td, children: tableCellType = "", editor?: Editor,
src/components/table.ts:257
Methodconstructor
(editor: Editor)
src/view/dom-view.ts:12
Methodconstructor
(editor: Editor)
src/operator/index.ts:17
Methodconstructor
(idOrElement: string | HTMLElement, option: EditorOption)
src/editor/index.ts:40
Methodconstructor
(editor: Editor)
src/editor/manage/article-manage.ts:10
Methodconstructor
(editor: Editor)
src/editor/manage/store-manage.ts:9
Methodconstructor
(editor: Editor)
src/editor/manage/history-manage.ts:31
Methodconstructor
(component: Component)
src/decorate/index.ts:13
Functioncreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/block.ts:19
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/code-block.ts:14
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/inline-image.ts:13
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/media.ts:23
Methodcreate
(componentFactory: ComponentFactory, raw: JSONType)
src/components/custom-collection.ts:19
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/article.ts:13
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/heading.ts:53
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/paragraph.ts:13
Methodcreate
(componentFactory: ComponentFactory, json: JSONType)
src/components/table.ts:169
Methodcreate
(componentFactory: ComponentFactory, raw: JSONType)
src/components/table.ts:247
Methodcreate
(componentFactory: ComponentFactory, raw: JSONType)
src/components/table.ts:325
FunctioncreateChildren
(componentFactory: ComponentFactory, json: JSONType)
src/components/content-collection.ts:17
FunctioncreateEmpty
()
src/components/block.ts:114
FunctioncreateEmpty
()
src/components/structure-collection.ts:10
MethodcreateEmpty
()
src/components/code-block.ts:48
MethodcreateEmpty
()
src/components/custom-collection.ts:122
MethodcreateEmpty
()
src/components/heading.ts:124
MethodcreateEmpty
()
src/components/paragraph.ts:51
MethodcreateEmpty
()
src/components/table.ts:340
FunctioncustomerBlockStyle
()
dev/index.js:123
FunctioncustomerImage
()
dev/index.js:173
FunctioncustomerInlineImage
()
dev/index.js:159
FunctioncustomerInlineStyle
()
dev/index.js:104
Functiondata
()
dev/index.js:35
FunctiondeleteText
()
dev/index.js:89
Functiondestory
()
src/components/block.ts:100
Functiondestory
()
src/components/structure-collection.ts:157
Functiondestory
()
src/components/component.ts:95
Functionexchange
(editor: Editor, newBlock: BlockType, ...args: any[])
src/selection/exchange.ts:8
Methodexchange
(componentFactory: ComponentFactory, block: Block, args: any[] = [])
src/components/code-block.ts:20
Methodexchange
(componentFactory: ComponentFactory, block: Block, args: any[] = [])
src/components/custom-collection.ts:29
Methodexchange
(componentFactory: ComponentFactory, block: Block)
src/components/paragraph.ts:22
Methodexchange
()
src/components/table.ts:332
FunctionexchangeTo
(builder: BlockType, args: any[] = [])
src/components/block.ts:37
MethodexchangeTo
(builder: BlockType, args: any[])
src/components/heading.ts:103
MethodexchangeTo
()
src/components/table.ts:336
FunctionfindChildrenIndex
(idOrBlock: string | Block)
src/components/structure-collection.ts:14
FunctionformatChildren
()
src/components/content-collection.ts:193
FunctiongetChild
(index: number)
src/components/collection.ts:59
MethodgetColSize
()
src/components/table.ts:83
FunctiongetComponentFactory
()
src/components/block.ts:150
MethodgetData
()
src/decorate/index.ts:45
FunctiongetJSON
()
src/components/content-collection.ts:222
FunctiongetJSON
()
src/components/structure-collection.ts:151
FunctiongetJSON
()
src/components/component.ts:82
FunctiongetJSON
()
src/components/plain-text.ts:96
MethodgetJSON
()
src/components/code-block.ts:54
MethodgetJSON
()
src/components/inline-image.ts:24
MethodgetJSON
()
src/components/media.ts:116
MethodgetJSON
()
src/components/custom-collection.ts:132
MethodgetJSON
()
src/components/article.ts:60
MethodgetJSON
()
src/components/heading.ts:134
MethodgetJSON
()
src/components/character.ts:13
MethodgetJSON
()
src/components/table.ts:301
FunctiongetNext
(idOrBlock: string | T)
src/components/structure-collection.ts:142
FunctiongetParent
()
src/components/block.ts:132
FunctiongetPrev
(idOrBlock: string | T)
src/components/structure-collection.ts:133
MethodgetRowSize
()
src/components/table.ts:73
FunctiongetSize
()
src/components/collection.ts:65
FunctiongetSize
()
src/components/block.ts:138
FunctiongetSize
()
src/components/plain-text.ts:92
MethodgetStyle
()
src/decorate/index.ts:20
FunctiongetType
()
src/components/component.ts:78
MethodgetType
()
src/components/media.ts:112
MethodgetType
()
src/components/list.ts:138
MethodgetType
()
src/components/custom-collection.ts:128
MethodgetType
()
src/components/heading.ts:130
MethodhasHead
()
src/components/table.ts:123
Functionindent
()
dev/index.js:143
Functioninit
()
src/components/block.ts:35
Functioninit
()
src/view/base-view.ts:11
Methodinit
()
src/editor/manage/store-manage.ts:13
Methodinit
()
src/editor/manage/history-manage.ts:35
FunctioninsertImage
()
dev/index.js:163
FunctioninsertInlineImage
()
dev/index.js:150
FunctionisEmpty
()
src/components/collection.ts:55
FunctionisEmpty
()
src/components/block.ts:110
MethodisEmpty
()
src/components/table.ts:272
Functionitalic
()
dev/index.js:92
FunctionlogHtml
()
dev/index.js:64
FunctionlogRawData
()
dev/index.js:67
FunctionmodifyContentDecorate
( start: number = 0, end: number = -1, style?: AnyObject, data?: AnyObject, )
src/components/content-collection.ts:47
FunctionmodifyContentDecorate
(start: number, end: number, style?: AnyObject, data?: AnyObject)
src/components/block.ts:68
FunctionmodifyDecorate
(style?: AnyObject, data?: AnyObject)
src/components/component.ts:61
FunctionmodifyDecorate
( editor: Editor, style?: AnyObject, data?: AnyObject, focus: boolean = true, )
src/selection/modify-decorate.ts:8
FunctionmodifyStyle
(name, value)
dev/index.js:120
← previousnext →201–300 of 366, ranked by callers