Class: DataGridHeaderRowDriver
Defined in: component-driver-mui-x-v7/src/components/datagrid/DataGridHeaderRowDriver.ts:5
Extends
DataGridRowDriverBase
Constructors
Constructor
new DataGridHeaderRowDriver(
locator
,interactor
,option
?):DataGridHeaderRowDriver
Defined in: component-driver-mui-x-v7/src/components/datagrid/DataGridHeaderRowDriver.ts:7
Parameters
locator
PartLocator
interactor
Interactor
option?
Partial
<IComponentDriverOption
<{ }>>
Returns
DataGridHeaderRowDriver
Overrides
DataGridRowDriverBase.constructor
Properties
commutableOption
readonly
commutableOption:IComponentDriverOption
<{ }>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:20
Option passed to the constructor includes both universal options which can be shared across all component driver tree, and component specific options which are only applicable to the component.
Commutable option is the option that can be shared across all component driver tree.
Inherited from
DataGridRowDriverBase.commutableOption
interactor
readonly
interactor:Interactor
Defined in: core/build/src/drivers/ComponentDriver.d.ts:11
Inherited from
DataGridRowDriverBase.interactor
Accessors
driverName
Get Signature
get driverName():
string
Defined in: component-driver-mui-x-v7/src/components/datagrid/DataGridHeaderRowDriver.ts:24
Returns
string
Overrides
DataGridRowDriverBase.driverName
locator
Get Signature
get locator():
PartLocator
Defined in: core/build/src/drivers/ComponentDriver.d.ts:51
Return the locator of the component
Returns
PartLocator
Inherited from
DataGridRowDriverBase.locator
parts
Get Signature
get parts():
ScenePartDriver
<T
>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:47
Return driver instance of all the named parts
Returns
ScenePartDriver
<T
>
Inherited from
DataGridRowDriverBase.parts