Interface IRulersConfig
Package: @aurigma/design-atoms
Properties
customUnitScale
Declaration
customUnitScale?: number;
Property Value
| Type | Description |
|---|---|
| number |
enabled
Declaration
enabled?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
origin
Declaration
origin?: {
X: number;
Y: number;
};
Property Value
| Type | Description |
|---|---|
| { X: number; Y: number; } |
unit
Declaration
unit: RulersConfigUnit;
Property Value
| Type | Description |
|---|---|
| RulersConfigUnit |