Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Hufe921/canvas-editor
/ functions
Functions
1,174 in github.com/Hufe921/canvas-editor
⨍
Functions
1,174
◇
Types & classes
446
↓ 8 callers
Method
clear
()
src/editor/core/draw/graffiti/Graffiti.ts:100
↓ 8 callers
Method
clearSelect
( context: IControlContext = {}, options: IControlRuleOption = {} )
src/editor/core/draw/control/select/SelectControl.ts:299
↓ 8 callers
Method
getElement
()
src/editor/interface/Control.ts:137
↓ 8 callers
Method
getFooter
()
src/editor/core/draw/Draw.ts:942
↓ 8 callers
Method
getFooterBottom
(pageNo?: number)
src/editor/core/draw/frame/Footer.ts:89
↓ 8 callers
Method
getI18n
()
src/editor/core/draw/Draw.ts:978
↓ 8 callers
Method
getRangeRowCol
()
src/editor/core/draw/particle/table/TableParticle.ts:49
↓ 8 callers
Function
indexOf
( source: string, search: string | RegExp, fromIndex = 0 )
src/editor/utils/index.ts:393
↓ 8 callers
Method
render
(ctx: CanvasRenderingContext2D)
src/editor/core/draw/control/richtext/Border.ts:35
↓ 8 callers
Method
setPageScale
(payload: number)
src/editor/core/draw/Draw.ts:1105
↓ 7 callers
Method
_initPageContext
(ctx: CanvasRenderingContext2D)
src/editor/core/draw/Draw.ts:1349
↓ 7 callers
Method
getArea
()
src/editor/core/draw/Draw.ts:645
↓ 7 callers
Method
getDefaultStyle
()
src/editor/core/range/RangeManager.ts:68
↓ 7 callers
Method
getElementFont
(el: IElement, scale = 1)
src/editor/core/draw/Draw.ts:1358
↓ 7 callers
Method
getElementList
()
src/editor/core/draw/frame/Header.ts:41
↓ 7 callers
Method
getHistoryManager
()
src/editor/core/draw/Draw.ts:657
↓ 7 callers
Method
getMainOuterHeight
(pageNo?: number)
src/editor/core/draw/Draw.ts:452
↓ 7 callers
Method
getOriginalMainPositionList
()
src/editor/core/position/Position.ts:213
↓ 7 callers
Method
getPage
(pageNo = -1)
src/editor/core/draw/Draw.ts:587
↓ 7 callers
Method
getPageContainer
()
src/editor/core/draw/Draw.ts:543
↓ 7 callers
Method
getSelection
()
src/editor/core/range/RangeManager.ts:115
↓ 7 callers
Method
getTableParticle
()
src/editor/core/draw/Draw.ts:930
↓ 7 callers
Method
getValue
(context: IControlContext = {})
src/editor/core/draw/control/date/DateControl.ts:53
↓ 7 callers
Function
isNonValue
(value: unknown)
src/editor/utils/index.ts:375
↓ 7 callers
Function
isNumber
(type: unknown)
src/editor/utils/index.ts:184
↓ 7 callers
Method
isReadonly
()
src/editor/core/draw/interactive/Area.ts:63
↓ 7 callers
Function
normalizeLineBreak
(text: string)
src/editor/utils/index.ts:388
↓ 7 callers
Function
pickElementAttr
( payload: IElement, option: IPickElementOption = {} )
src/editor/utils/element.ts:625
↓ 7 callers
Method
repaintControl
(options: IRepaintControlOption = {})
src/editor/core/draw/control/Control.ts:586
↓ 7 callers
Method
setValue
( data: IElement[], context?: IControlContext, options?: IControlRuleOption )
src/editor/interface/Control.ts:139
↓ 7 callers
Method
setZone
(payload: EditorZone)
src/editor/core/zone/Zone.ts:50
↓ 6 callers
Function
HERSHEY
(i: number)
src/editor/core/draw/particle/latex/utils/hershey.ts:12
↓ 6 callers
Method
_setPreviewerTransform
( scale: number, rotate: number, x: number, y: number )
src/editor/core/draw/particle/previewer/Previewer.ts:459
↓ 6 callers
Method
_switchView
()
src/editor/core/draw/particle/date/DatePicker.ts:677
↓ 6 callers
Method
clearFillInfo
()
src/editor/core/draw/interactive/Group.ts:142
↓ 6 callers
Method
clearHyperlinkPopup
()
src/editor/core/draw/particle/HyperlinkParticle.ts:57
↓ 6 callers
Method
clearRange
()
src/editor/core/range/RangeManager.ts:53
↓ 6 callers
Method
clearResizer
()
src/editor/core/draw/particle/previewer/Previewer.ts:582
↓ 6 callers
Function
createDomFromElementList
( elementList: IElement[], options?: IEditorOption )
src/editor/utils/element.ts:1206
↓ 6 callers
Method
getActiveAreaId
()
src/editor/core/draw/interactive/Area.ts:49
↓ 6 callers
Function
getAnchorElement
( elementList: IElement[], anchorIndex: number )
src/editor/utils/element.ts:993
↓ 6 callers
Function
getElementListByHTML
( htmlText: string, options: IGetElementListByHTMLOption )
src/editor/utils/element.ts:1495
↓ 6 callers
Method
getHyperlinkParticle
()
src/editor/core/draw/Draw.ts:946
↓ 6 callers
Method
getIsCanInput
()
src/editor/core/range/RangeManager.ts:387
↓ 6 callers
Method
getIsPagingMode
()
src/editor/core/draw/Draw.ts:1058
↓ 6 callers
Method
getOptions
()
src/editor/core/command/CommandAdapt.ts:1477
↓ 6 callers
Method
getRangeText
()
src/editor/core/command/CommandAdapt.ts:1566
↓ 6 callers
Method
getTableOperate
()
src/editor/core/draw/Draw.ts:926
↓ 6 callers
Method
getTableTdByContext
( sourceElementList: IElement[], context: IPositionContext )
src/editor/core/position/Position.ts:66
↓ 6 callers
Function
getTextFromElementList
(elementList: IElement[])
src/editor/utils/element.ts:1744
↓ 6 callers
Method
getValue
(context: IControlContext = {})
src/editor/core/draw/control/text/TextControl.ts:39
↓ 6 callers
Function
isArray
(type: unknown)
src/editor/utils/index.ts:180
↓ 6 callers
Function
isArrayEqual
(arr1: unknown[], arr2: unknown[])
src/editor/utils/index.ts:335
↓ 6 callers
Method
isGraffitiMode
()
src/editor/core/draw/Draw.ts:425
↓ 6 callers
Method
isHeaderActive
()
src/editor/core/zone/Zone.ts:34
↓ 6 callers
Method
isMainActive
()
src/editor/core/zone/Zone.ts:38
↓ 6 callers
Function
isTextLikeElement
(element: IElement)
src/editor/utils/element.ts:977
↓ 6 callers
Function
mergeObject
(source: T, target: T)
src/editor/utils/index.ts:192
↓ 6 callers
Method
recovery
()
src/editor/core/draw/frame/Header.ts:55
↓ 6 callers
Method
resolveScale
(opt?: ExportOpt)
src/editor/core/draw/particle/latex/utils/LaTexUtils.ts:1032
↓ 6 callers
Method
setSelect
( date: string, context: IControlContext = {}, options: IControlRuleOption = {} )
src/editor/core/draw/control/date/DateControl.ts:154
↓ 5 callers
Method
_mousedown
(payload: IAnchorMouseDown)
src/editor/core/draw/particle/table/TableTool.ts:399
↓ 5 callers
Method
buildTablePositionContext
( context: IPositionContext, element: IElement, trIndex: number, tdIndex: number )
src/editor/core/position/Position.ts:84
↓ 5 callers
Method
compute
()
src/editor/core/draw/frame/Header.ts:49
↓ 5 callers
Method
computePageRowPosition
( payload: IComputePageRowPositionPayload )
src/editor/core/position/Position.ts:272
↓ 5 callers
Method
computeRowList
(payload: IComputeRowListPayload)
src/editor/core/draw/Draw.ts:1394
↓ 5 callers
Method
cut
()
src/editor/interface/Control.ts:145
↓ 5 callers
Method
destroy
()
src/editor/core/draw/control/date/DateControl.ts:349
↓ 5 callers
Method
dispose
()
src/editor/core/draw/particle/date/DatePicker.ts:876
↓ 5 callers
Method
dispose
()
src/editor/core/draw/particle/table/TableTool.ts:70
↓ 5 callers
Method
drawResizer
( element: IElement, position: IElementPosition | null = null, options: IPreviewerDrawOption = {}
src/editor/core/draw/particle/previewer/Previewer.ts:530
↓ 5 callers
Function
findParent
( node: Element, filterFn: Function, includeSelf: boolean )
src/editor/utils/index.ts:79
↓ 5 callers
Method
getAgentDom
()
src/editor/core/cursor/Cursor.ts:56
↓ 5 callers
Method
getBlockElement
()
src/editor/core/draw/particle/block/modules/BaseBlock.ts:52
↓ 5 callers
Method
getBlockWidth
()
src/editor/core/draw/particle/block/modules/BaseBlock.ts:56
↓ 5 callers
Method
getContainer
()
src/editor/core/draw/Draw.ts:539
↓ 5 callers
Method
getImageParticle
()
src/editor/core/draw/Draw.ts:918
↓ 5 callers
Function
getNonHideElementIndex
( elementList: IElement[], index: number, position: LocationPosition = LocationPosition.BEFORE )
src/editor/utils/element.ts:1866
↓ 5 callers
Method
getOverride
()
src/editor/core/draw/Draw.ts:906
↓ 5 callers
Method
getPageList
()
src/editor/core/draw/Draw.ts:591
↓ 5 callers
Method
getPainterStyle
()
src/editor/core/draw/Draw.ts:1028
↓ 5 callers
Method
getPaperMargin
()
src/editor/core/command/CommandAdapt.ts:1819
↓ 5 callers
Method
getPositionList
()
src/editor/core/position/Position.ts:188
↓ 5 callers
Method
getRangeParagraphElementList
()
src/editor/core/range/RangeManager.ts:312
↓ 5 callers
Method
getRangeRowElementList
()
src/editor/core/range/RangeManager.ts:179
↓ 5 callers
Method
getSearchNavigateInfo
()
src/editor/core/draw/interactive/Search.ts:170
↓ 5 callers
Method
getValue
(context: IControlContext = {})
src/editor/core/draw/control/select/SelectControl.ts:89
↓ 5 callers
Method
getZoneByY
(y: number, pageNo?: number)
src/editor/core/zone/Zone.ts:88
↓ 5 callers
Method
insertElementList
( payload: IElement[], options: IInsertElementListOption = {} )
src/editor/core/command/CommandAdapt.ts:1843
↓ 5 callers
Method
insertElementList
( payload: IElement[], options: IInsertElementListOption = {} )
src/editor/core/draw/Draw.ts:736
↓ 5 callers
Function
isBody
(node: Element)
src/editor/utils/index.ts:75
↓ 5 callers
Method
isFooterActive
()
src/editor/core/zone/Zone.ts:42
↓ 5 callers
Function
isString
(type: unknown)
src/editor/utils/index.ts:188
↓ 5 callers
Method
recordFillInfo
( element: IElement, x: number, y: number, width: number, height: number )
src/editor/core/draw/interactive/Group.ts:146
↓ 5 callers
Method
recoveryCursor
()
src/editor/core/cursor/Cursor.ts:196
↓ 5 callers
Method
setCursorPosition
(position: IElementPosition | null)
src/editor/core/position/Position.ts:505
↓ 5 callers
Function
setSearchResult
()
src/main.ts:1186
↓ 4 callers
Method
_setHoverStatus
(payload: HTMLDivElement, status: boolean)
src/editor/core/contextmenu/ContextMenu.ts:328
↓ 4 callers
Method
_setTimePick
(isIntoView = true)
src/editor/core/draw/particle/date/DatePicker.ts:728
↓ 4 callers
Method
_startMove
(direction: MoveDirection)
src/editor/core/observer/SelectionObserver.ts:138
← previous
next →
101–200 of 1,174, ranked by callers