Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4135311
ve.PositionStep.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
ve.PositionStep.js
View Options
/*!
* VisualEditor representation of a node traversal step
*
* @copyright See AUTHORS.txt
*/
/**
* @class
*
* @constructor
* @param {Node} node The element or text node being crossed
* @param {string} type The type of step: "enter", "leave", "cross" or (for text nodes) "internal"
* @param {number} offset For "internal" text node steps only: the character offset being crossed
*/
ve
.
PositionStep
=
function
VePositionStep
(
node
,
type
,
offset
)
{
this
.
node
=
node
;
this
.
type
=
type
;
this
.
offset
=
offset
;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 13:04 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e9/5f/43d569c6f8d441dd159ef158e260
Default Alt Text
ve.PositionStep.js (523 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment