Preparing search index...
The search index is not available
gherking
gherking
DataTable
Class DataTable
Model for DataTable
Hierarchy
UniqueObject
DataTable
Index
Constructors
constructor
Properties
_id
rows
Methods
clone
replace
parse
Constructors
constructor
new
Data
Table
(
rows
?
)
:
DataTable
Parameters
Optional
rows
:
TableRow
[]
Returns
DataTable
Properties
_id
_id
:
string
rows
rows
:
TableRow
[]
Methods
clone
clone
(
)
:
DataTable
Returns
DataTable
replace
replace
(
key
,
value
)
:
void
Parameters
key
:
string
|
RegExp
value
:
string
Returns
void
Static
parse
parse
(
obj
,
comments
?
)
:
DataTable
Parameters
obj
:
GherkinDataTable
Optional
comments
:
GherkinCommentHandler
Returns
DataTable
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_id
rows
clone
replace
parse
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 DataTable