Preparing search index...
The search index is not available
iink-ts - v3.0.1
iink-ts
InkEditorDeprecatedConfiguration
Class InkEditorDeprecatedConfiguration
Implements
TInkEditorDeprecatedConfiguration
Index
Constructors
constructor
Properties
grabber
logger
pen
Style
pen
Style
Classes?
recognition
rendering
server
theme
triggers
undo-
redo
Constructors
constructor
new
InkEditorDeprecatedConfiguration
(
configuration
?:
{
grabber
?:
{
delayLongTouch
?:
number
;
listenerOptions
?:
{
capture
?:
boolean
;
passive
?:
boolean
}
;
timestampFloatPrecision
?:
number
;
xyFloatPrecision
?:
number
;
}
;
logger
?:
{
CONVERTER
?:
LoggerLevel
;
EDITOR
?:
LoggerLevel
;
EDITOR_EVENT
?:
LoggerLevel
;
GESTURE
?:
LoggerLevel
;
GRABBER
?:
LoggerLevel
;
HISTORY
?:
LoggerLevel
;
MENU
?:
LoggerLevel
;
MODEL
?:
LoggerLevel
;
RECOGNIZER
?:
LoggerLevel
;
RENDERER
?:
LoggerLevel
;
SELECTION
?:
LoggerLevel
;
SMARTGUIDE
?:
LoggerLevel
;
STYLE
?:
LoggerLevel
;
SVGDEBUG
?:
LoggerLevel
;
SYMBOL
?:
LoggerLevel
;
TRANSFORMER
?:
LoggerLevel
;
WRITE
?:
LoggerLevel
;
}
;
penStyle
?:
{
"-myscript-pen-fill-color"
?:
string
;
"-myscript-pen-fill-style"
?:
string
;
"-myscript-pen-width"
?:
number
;
color
?:
string
;
fill
?:
string
;
opacity
?:
number
;
width
?:
number
;
[
key
:
string
]:
undefined
|
string
|
number
;
}
;
penStyleClasses
?:
string
;
recognition
?:
{
convert
?:
{
force
?:
{
"on-stylesheet-change"
?:
boolean
}
}
;
diagram
?:
{
convert
?:
{
"match-text-size"
?:
boolean
;
types
?:
((...)
|
(...)
|
(...))
[]
;
}
;
"enable-sub-blocks"
?:
boolean
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
mimeTypes
?:
(
|
undefined
|
"application/vnd.myscript.jiix"
|
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
"image/svg+xml"
)
[]
;
"session-time"
?:
number
;
text
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
}
;
export
?:
{
image
?:
{
guides
?:
boolean
;
viewport
?:
{
height
?:
(...)
|
(...)
;
width
?:
(...)
|
(...)
;
x
?:
(...)
|
(...)
;
y
?:
(...)
|
(...)
;
}
;
}
;
"image-resolution"
?:
number
;
jiix
?:
{
"bounding-box"
?:
boolean
;
"full-stroke-ids"
?:
boolean
;
ids
?:
boolean
;
strokes
?:
boolean
;
style
?:
boolean
;
text
?:
{
chars
?:
(...)
|
(...)
|
(...)
;
lines
?:
(...)
|
(...)
|
(...)
;
words
?:
(...)
|
(...)
|
(...)
;
}
;
}
;
mathml
?:
{
flavor
?:
{
name
?:
(...)
|
(...)
}
}
;
}
;
lang
?:
string
;
math
?:
{
customGrammar
?:
string
;
customGrammarContent
?:
string
;
customGrammarId
?:
string
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
;
}
;
mimeTypes
?:
(
|
undefined
|
"application/vnd.myscript.jiix"
|
"application/x-latex"
|
"application/mathml+xml"
)
[]
;
"recognition-timeout"
?:
number
;
"session-time"
?:
number
;
solver
?:
{
"angle-unit"
?:
TAngleUnit
;
"decimal-separator"
?:
string
;
enable
?:
boolean
;
"fractional-part-digits"
?:
number
;
options
?:
TSolverOptions
;
"rounding-mode"
?:
TRoundingMode
;
}
;
"undo-redo"
?:
{
mode
?:
TUndoRedoMode
}
;
}
;
"raw-content"
?:
{
classification
?:
{
types
?:
((...)
|
(...)
|
(...)
|
(...)
|
(...)
|
(...))
[]
;
}
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
recognition
?:
{
types
?:
((...)
|
(...)
|
(...)
|
(...)
|
(...))
[]
}
;
"session-time"
?:
number
;
text
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
}
;
renderer
?:
{
debug
?:
{
"draw-image-boxes"
?:
boolean
;
"draw-text-boxes"
?:
boolean
}
;
}
;
text
?:
{
configuration
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
guides
?:
{
enable
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
;
}
;
mimeTypes
?:
(
undefined
|
"text/plain"
|
"application/vnd.myscript.jiix"
)
[]
;
text
?:
boolean
;
}
;
type
?:
TRecognitionType
;
}
;
rendering
?:
{
guides
?:
{
enable
?:
boolean
;
gap
?:
number
}
;
minHeight
?:
number
;
minWidth
?:
number
;
}
;
server
?:
{
applicationKey
?:
string
;
hmacKey
?:
string
;
host
?:
string
;
scheme
?:
TScheme
;
version
?:
string
;
}
;
theme
?:
{
".math"
?:
{
"font-family"
?:
string
}
;
".math-solved"
?:
{
color
?:
string
;
"font-family"
?:
string
}
;
".text"
?:
{
"font-family"
?:
string
;
"font-size"
?:
number
}
;
ink
?:
{
"-myscript-pen-fill-color"
?:
string
;
"-myscript-pen-fill-style"
?:
string
;
"-myscript-pen-width"
?:
number
;
color
?:
string
;
fill
?:
string
;
opacity
?:
number
;
width
?:
number
;
[
key
:
string
]:
undefined
|
string
|
number
;
}
;
[
key
:
string
]:
unknown
;
}
;
triggers
?:
{
exportContent
?:
"QUIET_PERIOD"
|
"POINTER_UP"
|
"DEMAND"
;
exportContentDelay
?:
number
;
resizeTriggerDelay
?:
number
;
}
;
"undo-redo"
?:
{
maxStackSize
?:
number
}
;
}
,
)
:
InkEditorDeprecatedConfiguration
Parameters
Optional
configuration
:
{
grabber
?:
{
delayLongTouch
?:
number
;
listenerOptions
?:
{
capture
?:
boolean
;
passive
?:
boolean
}
;
timestampFloatPrecision
?:
number
;
xyFloatPrecision
?:
number
;
}
;
logger
?:
{
CONVERTER
?:
LoggerLevel
;
EDITOR
?:
LoggerLevel
;
EDITOR_EVENT
?:
LoggerLevel
;
GESTURE
?:
LoggerLevel
;
GRABBER
?:
LoggerLevel
;
HISTORY
?:
LoggerLevel
;
MENU
?:
LoggerLevel
;
MODEL
?:
LoggerLevel
;
RECOGNIZER
?:
LoggerLevel
;
RENDERER
?:
LoggerLevel
;
SELECTION
?:
LoggerLevel
;
SMARTGUIDE
?:
LoggerLevel
;
STYLE
?:
LoggerLevel
;
SVGDEBUG
?:
LoggerLevel
;
SYMBOL
?:
LoggerLevel
;
TRANSFORMER
?:
LoggerLevel
;
WRITE
?:
LoggerLevel
;
}
;
penStyle
?:
{
"-myscript-pen-fill-color"
?:
string
;
"-myscript-pen-fill-style"
?:
string
;
"-myscript-pen-width"
?:
number
;
color
?:
string
;
fill
?:
string
;
opacity
?:
number
;
width
?:
number
;
[
key
:
string
]:
undefined
|
string
|
number
;
}
;
penStyleClasses
?:
string
;
recognition
?:
{
convert
?:
{
force
?:
{
"on-stylesheet-change"
?:
boolean
}
}
;
diagram
?:
{
convert
?:
{
"match-text-size"
?:
boolean
;
types
?:
((...)
|
(...)
|
(...))
[]
;
}
;
"enable-sub-blocks"
?:
boolean
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
mimeTypes
?:
(
|
undefined
|
"application/vnd.myscript.jiix"
|
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
"image/svg+xml"
)
[]
;
"session-time"
?:
number
;
text
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
}
;
export
?:
{
image
?:
{
guides
?:
boolean
;
viewport
?:
{
height
?:
(...)
|
(...)
;
width
?:
(...)
|
(...)
;
x
?:
(...)
|
(...)
;
y
?:
(...)
|
(...)
;
}
;
}
;
"image-resolution"
?:
number
;
jiix
?:
{
"bounding-box"
?:
boolean
;
"full-stroke-ids"
?:
boolean
;
ids
?:
boolean
;
strokes
?:
boolean
;
style
?:
boolean
;
text
?:
{
chars
?:
(...)
|
(...)
|
(...)
;
lines
?:
(...)
|
(...)
|
(...)
;
words
?:
(...)
|
(...)
|
(...)
;
}
;
}
;
mathml
?:
{
flavor
?:
{
name
?:
(...)
|
(...)
}
}
;
}
;
lang
?:
string
;
math
?:
{
customGrammar
?:
string
;
customGrammarContent
?:
string
;
customGrammarId
?:
string
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
}
;
mimeTypes
?:
(
|
undefined
|
"application/vnd.myscript.jiix"
|
"application/x-latex"
|
"application/mathml+xml"
)
[]
;
"recognition-timeout"
?:
number
;
"session-time"
?:
number
;
solver
?:
{
"angle-unit"
?:
TAngleUnit
;
"decimal-separator"
?:
string
;
enable
?:
boolean
;
"fractional-part-digits"
?:
number
;
options
?:
TSolverOptions
;
"rounding-mode"
?:
TRoundingMode
;
}
;
"undo-redo"
?:
{
mode
?:
TUndoRedoMode
}
;
}
;
"raw-content"
?:
{
classification
?:
{
types
?:
((...)
|
(...)
|
(...)
|
(...)
|
(...)
|
(...))
[]
;
}
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
recognition
?:
{
types
?:
((...)
|
(...)
|
(...)
|
(...)
|
(...))
[]
}
;
"session-time"
?:
number
;
text
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
}
;
renderer
?:
{
debug
?:
{
"draw-image-boxes"
?:
boolean
;
"draw-text-boxes"
?:
boolean
}
;
}
;
text
?:
{
configuration
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
guides
?:
{
enable
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
}
;
mimeTypes
?:
(
undefined
|
"text/plain"
|
"application/vnd.myscript.jiix"
)
[]
;
text
?:
boolean
;
}
;
type
?:
TRecognitionType
;
}
;
rendering
?:
{
guides
?:
{
enable
?:
boolean
;
gap
?:
number
}
;
minHeight
?:
number
;
minWidth
?:
number
;
}
;
server
?:
{
applicationKey
?:
string
;
hmacKey
?:
string
;
host
?:
string
;
scheme
?:
TScheme
;
version
?:
string
;
}
;
theme
?:
{
".math"
?:
{
"font-family"
?:
string
}
;
".math-solved"
?:
{
color
?:
string
;
"font-family"
?:
string
}
;
".text"
?:
{
"font-family"
?:
string
;
"font-size"
?:
number
}
;
ink
?:
{
"-myscript-pen-fill-color"
?:
string
;
"-myscript-pen-fill-style"
?:
string
;
"-myscript-pen-width"
?:
number
;
color
?:
string
;
fill
?:
string
;
opacity
?:
number
;
width
?:
number
;
[
key
:
string
]:
undefined
|
string
|
number
;
}
;
[
key
:
string
]:
unknown
;
}
;
triggers
?:
{
exportContent
?:
"QUIET_PERIOD"
|
"POINTER_UP"
|
"DEMAND"
;
exportContentDelay
?:
number
;
resizeTriggerDelay
?:
number
;
}
;
"undo-redo"
?:
{
maxStackSize
?:
number
}
;
}
Returns
InkEditorDeprecatedConfiguration
Properties
grabber
grabber
:
TGrabberConfiguration
logger
logger
:
TLoggerConfiguration
pen
Style
penStyle
:
TPenStyle
Optional
pen
Style
Classes
penStyleClasses
?:
string
recognition
recognition
:
TRecognitionHTTPV1Configuration
rendering
rendering
:
TRendererConfiguration
server
server
:
TServerHTTPConfiguration
theme
theme
:
TTheme
triggers
triggers
:
TEditorTriggerConfiguration
undo-
redo
"undo-redo"
:
THistoryConfiguration
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
grabber
logger
pen
Style
pen
Style
Classes
recognition
rendering
server
theme
triggers
undo-
redo
iink-ts - v3.0.1
Loading...