import PrefilledMatrixEntity from 'waves-ui-piper/src/utils/prefilled-matrix-entity.js'PrefilledMatrixEntity
Extends:
MatrixEntity → PrefilledMatrixEntity
Constructor Summary
| Public Constructor | ||
| public |
constructor(data: *, startTime: *, stepDuration: *) |
|
Member Summary
| Public Members | ||
| public |
data: * |
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
dispose() |
|
| public |
getColumn(n: *): * |
|
| public |
getColumnCount(): * |
|
| public |
|
|
| public |
getStartTime(): * |
|
| public |
getStepDuration(): * |
|
Inherited Summary
| From class MatrixEntity | ||
| public |
dispose() |
|
| public |
getColumn(n: *): *[] |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
public constructor(data: *, startTime: *, stepDuration: *) source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| startTime | * | ||
| stepDuration | * |
Public Members
public data: * source
Public Methods
public getColumn(n: *): * source
Override:
MatrixEntity#getColumnParams:
| Name | Type | Attribute | Description |
| n | * |
Return:
| * |