Interface ITotalViolationInfo
Package: @aurigma/design-atoms
Properties
data
Declaration
data?: {
[key: string]: IViolationData;
};
Property Value
| Type | Description |
|---|---|
| { [key: string]: IViolationData; } |
messages
Declaration
messages?: string[];
Property Value
| Type | Description |
|---|---|
| string[] |
state
Declaration
state: ViolationState;
Property Value
| Type | Description |
|---|---|
| ViolationState |