Search
Preparing search index...
The search index is not available
The Collaborative Illustrator — Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
UpdateFillAction
Class UpdateFillAction
A class to change the fill property of a shape in a canvas.
Hierarchy
UpdateFillAction
Implements
Action
Index
Constructors
constructor
Properties
color
object
Id
old
Color
time
Stamp
type
user
Id
Methods
do
undo
Constructors
constructor
new
Update
Fill
Action
(
color
:
string
, shapeId
:
string
, userId
:
string
, timeStamp
:
number
)
:
UpdateFillAction
Parameters
color:
string
shapeId:
string
userId:
string
timeStamp:
number
Returns
UpdateFillAction
Properties
color
color
:
string
object
Id
object
Id
:
string
old
Color
old
Color
:
string
time
Stamp
time
Stamp
:
number
type
type
:
string
user
Id
user
Id
:
string
Methods
do
do
(
canvas
:
Canvas
)
:
void
Parameters
canvas:
Canvas
Returns
void
undo
undo
(
canvas
:
Canvas
)
:
void
Parameters
canvas:
Canvas
Returns
void
Globals
Update
Fill
Action
constructor
color
object
Id
old
Color
time
Stamp
type
user
Id
do
undo
Generated using
TypeDoc
A class to change the fill property of a shape in a canvas.