Preparing search index...
The search index is not available
gherkin-ast
gherkin-ast
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
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
gherkin-ast
TagFormat
Background
Comment
DataTable
DocString
Document
Element
Examples
Feature
GherkinCommentHandler
Rule
Scenario
ScenarioOutline
Step
TableCell
TableRow
Tag
GherkinBackground
GherkinComment
GherkinDataTable
GherkinDocString
Loading...
Generated using
TypeDoc
Model for DataTable