iink-ts - v4.0.0
Preparing search index...
TStrokeGroupToSend
Type Alias TStrokeGroupToSend
Deprecated
Use
TStroke
with
HTTPClientV2
type
TStrokeGroupToSend
=
{
penStyle
?:
string
;
strokes
:
{
id
:
string
;
p
:
number
[]
;
pointerType
:
string
;
t
:
number
[]
;
x
:
number
[]
;
y
:
number
[]
;
}
[]
;
}
Index
Properties
pen
Style?
strokes
Properties
Optional
pen
Style
penStyle
?:
string
strokes
strokes
:
{
id
:
string
;
p
:
number
[]
;
pointerType
:
string
;
t
:
number
[]
;
x
:
number
[]
;
y
:
number
[]
;
}
[]
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
pen
Style
strokes
iink-ts - v4.0.0
Loading...
Deprecated
Use TStroke with HTTPClientV2