Interface IDpiChangedEventArgs
Package: @aurigma/design-atoms
Properties
item
Declaration
item: Item;
Property Value
| Type | Description |
|---|---|
| Item |
newValue
Declaration
newValue: number;
Property Value
| Type | Description |
|---|---|
| number |
oldValue
Declaration
oldValue: number;
Property Value
| Type | Description |
|---|---|
| number |
state
Declaration
state: ViolationState;
Property Value
| Type | Description |
|---|---|
| ViolationState |