We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@idraw/renderer
opts.onlyRender
getElementByIndex(i: number)
getElement(uuid: string)
@idraw/core
uuid
insertElementBefore
insertElementAfter
insertElementBefore(uuid)
insertElementAfter(uuid)
insertElementBeforeIndex(index)
insertElementAfterIndex(index)
mouseOverElement
mouseLeaveElement
exportDataURL
saveAsImage
getScreenTransform()
class iDraw
scrollLeft
scrollTop
invisible
doubleClickElement
idraw
\r\n
\n
clearOperation
operation: {[key: string]: any}
Element
lock
extension: {[key: string]: any}
@idraw/board
@idraw/util
scrollX
scrollY
getScreenTranform
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature
@idraw/renderer
to Deprecateopts.onlyRender
getElementByIndex(i: number)
andgetElement(uuid: string)
to@idraw/core
uuid
frominsertElementBefore
,insertElementAfter
insertElementBefore(uuid)
andinsertElementAfter(uuid)
insertElementBeforeIndex(index)
andinsertElementAfterIndex(index)
mouseOverElement
andmouseLeaveElement
v0.1.2 #54exportDataURL
andsaveAsImage
for export ImagegetScreenTransform()
toclass iDraw
v0.1.2 #54Refactor: SynchronizescrollLeft
andscrollTop
with scaleinvisible
to element datadoubleClickElement
toidraw
v0.1.7 #66\r\n
or\n
clearOperation
method to idraw for clear all select status feat: add clearOperation and operation attribute #69operation: {[key: string]: any}
toElement
and replacelock
feat: add clearOperation and operation attribute #69extension: {[key: string]: any}
toElement
feat: add clearOperation and operation attribute #69BUG
doubleClickElement
when the element is invisible 151fe71Test
@idraw/board
all methods Test: add e2e test for @idraw/board all methods #58@idraw/util
all methodsDocuments
scrollX
andscrollY
toscrollLeft
andscrollTop
getScreenTranform
The text was updated successfully, but these errors were encountered: