Class ViolationInfoResult
Package: @aurigma/design-atoms
Properties
good
Declaration
static get good(): {
state: ViolationState;
};
Property Value
| Type | Description |
|---|---|
| { state: ViolationState; } |
none
Declaration
static get none(): {
state: ViolationState;
};
Property Value
| Type | Description |
|---|---|
| { state: ViolationState; } |