... |
call([thisScope],[arg1],[arg2],…) |
Function
|
etc. |
... |
concat([item1],[item2],[...]) |
Array
|
etc. |
... |
push([item1],[item2],[...]) |
Array
|
etc. |
... |
splice(start,deleteCount,[newItem1],…) |
Array
|
etc. |
... |
unshift([newItem1],[newItem2],[...]) |
Array
|
etc. |
… |
call(func,[arg1],[arg2],…) |
[d3]
Transition
|
etc. |
… |
call(func,[arg1],[arg2],…) |
[d3]
Selection
|
etc. |
arg1 |
call([thisScope],[arg1],[arg2],…) |
Function
|
The first argument to pass.
|
arg1 |
call(func,[arg1],[arg2],…) |
[d3]
Selection
|
First argument to pass to the function. |
arg1 |
call(func,[arg1],[arg2],…) |
[d3]
Transition
|
First argument to pass to the function. |
arg2 |
call(func,[arg1],[arg2],…) |
[d3]
Transition
|
Second argument to pass to the function. |
arg2 |
call(func,[arg1],[arg2],…) |
[d3]
Selection
|
Second argument to pass to the function. |
arg2 |
call([thisScope],[arg1],[arg2],…) |
Function
|
The second argument to pass.
|
as |
open(doc,[as]) |
[pshop]
Application
|
|
destination |
moveBefore(destination) |
[pshop]
ArtLayer
|
|
destination |
moveToEnd(destination) |
[pshop]
ArtLayer
|
|
destination |
moveToBeginning(destination) |
[pshop]
ArtLayer
|
|
destination |
moveAfter([destination]) |
[pshop]
ArtLayer
|
|
fillType |
fill(fillType,[mode],[opacity],…) |
[pshop]
Selection
|
|
instanceToTest |
isPrototypeOf(instanceToTest) |
Object
|
The object instance to check.< |
item1 |
push([item1],[item2],[...]) |
Array
|
The first item to add. |
item1 |
concat([item1],[item2],[...]) |
Array
|
The first item to add. |
item2 |
concat([item1],[item2],[...]) |
Array
|
The second item to add. |
item2 |
push([item1],[item2],[...]) |
Array
|
The second item to add. |
newItem1 |
unshift([newItem1],[newItem2],[...]) |
Array
|
The first item to insert. |
newItem1 |
splice(start,deleteCount,[newItem1],…) |
Array
|
The first item to insert. |
newItem2 |
unshift([newItem1],[newItem2],[...]) |
Array
|
The second item to insert. |
newItem2 |
splice(start,deleteCount,[newItem1],…) |
Array
|
The second item to insert. |
options |
changeMode(destinationMode,[options]) |
[pshop]
Document
|
|
options |
saveAs(saveIn,[options],[asCopy],…) |
[pshop]
Document
|
(see below) |
options |
exportDocument(exportIn,[exportAs],[options]) |
[pshop]
Document
|
|
outputChannels |
mixChannels([monochrome],outputChannels) |
[pshop]
ArtLayer
|
|
replaceExpr |
replace(searchExpr,replaceExpr) |
String
|
Either a String value to repla |
searchExpr |
replace(searchExpr,replaceExpr) |
String
|
Either a literal String or Reg |
separator |
split([separator],[limit]) |
String
|
Either a String or Regular Exp |
strokeColor |
stroke(strokeColor,width,[location],…) |
[pshop]
Selection
|
|
thisScope |
apply([thisScope],[args]) |
Function
|
The object to use as thi |
thisScope |
call([thisScope],[arg1],[arg2],…) |
Function
|
The object to use as thi |
value |
datum(value) |
[d3]
Selection
|
May be any JavaScript object (number, array, string, DOM element, etc.) |