Interface: StepDefinition
@termwright/gherkin / StepDefinition
Interface: StepDefinition<Fixtures>
Section titled “Interface: StepDefinition<Fixtures>”Defined in: definitions.ts:46
Public, inert definition value exported by a paired glue module.
Type Parameters
Section titled “Type Parameters”Fixtures
Section titled “Fixtures”Fixtures extends object = object
Properties
Section titled “Properties”
readonlybody:StepDefinitionBody<Fixtures>
Defined in: definitions.ts:50
expression
Section titled “expression”
readonlyexpression:string|RegExp
Defined in: definitions.ts:49
keyword
Section titled “keyword”
readonlykeyword:StepKeyword
Defined in: definitions.ts:48
readonlytype:"step"
Defined in: definitions.ts:47