Preparing search index...
The search index is not available
gherking
gherking
TableRow
Class TableRow
Model for TableRow
Hierarchy
UniqueObject
TableRow
Index
Constructors
constructor
Properties
_id
cells
comment
Methods
clone
replace
parse
parse
All
Constructors
constructor
new
Table
Row
(
cells
?
)
:
TableRow
Parameters
Optional
cells
:
TableCell
[]
Returns
TableRow
Properties
_id
_id
:
string
cells
cells
:
TableCell
[]
comment
comment
:
Comment
Comment before the row
Methods
clone
clone
(
)
:
TableRow
Returns
TableRow
replace
replace
(
key
,
value
)
:
void
Parameters
key
:
string
|
RegExp
value
:
string
Returns
void
Static
parse
parse
(
obj
,
comments
?
)
:
TableRow
Parameters
obj
:
GherkinTableRow
Optional
comments
:
GherkinCommentHandler
Returns
TableRow
Static
parse
All
parse
All
(
obj
,
comments
?
)
:
TableRow
[]
Parameters
obj
:
GherkinTableRow
[]
Optional
comments
:
GherkinCommentHandler
Returns
TableRow
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_id
cells
comment
clone
replace
parse
parse
All
gherking
TagFormat
Background
Comment
DataTable
DocString
Document
Element
Examples
Feature
GherkinCommentHandler
Rule
Scenario
ScenarioOutline
Step
TableCell
TableRow
Tag
FormatOptions
GherkinBackground
GherkinComment
GherkinDataTable
Loading...
Generated using
TypeDoc
Model for TableRow