cheetah-grid
Preparing search index...
TYPES
InlineAPI
Interface InlineAPI
interface
InlineAPI
{
canBreak
()
:
boolean
;
canDraw
()
:
boolean
;
color
()
:
null
|
string
|
CanvasGradient
|
CanvasPattern
;
draw
(
opt
:
any
)
:
void
;
font
()
:
null
|
string
;
onReady
(
callback
:
AnyFunction
)
:
void
;
width
(
arg
:
{
ctx
:
CanvasRenderingContext2D
}
)
:
number
;
}
Index
Methods
can
Break
can
Draw
color
draw
font
on
Ready
width
Methods
can
Break
canBreak
()
:
boolean
Returns
boolean
can
Draw
canDraw
()
:
boolean
Returns
boolean
color
color
()
:
null
|
string
|
CanvasGradient
|
CanvasPattern
Returns
null
|
string
|
CanvasGradient
|
CanvasPattern
draw
draw
(
opt
:
any
)
:
void
Parameters
opt
:
any
Returns
void
font
font
()
:
null
|
string
Returns
null
|
string
on
Ready
onReady
(
callback
:
AnyFunction
)
:
void
Parameters
callback
:
AnyFunction
Returns
void
width
width
(
arg
:
{
ctx
:
CanvasRenderingContext2D
}
)
:
number
Parameters
arg
:
{
ctx
:
CanvasRenderingContext2D
}
Returns
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
can
Break
can
Draw
color
draw
font
on
Ready
width
cheetah-grid
Loading...