interface CabinetCorrectLocationSize {
    Height?: number;
    IsValid?: boolean;
    StartCol?: number;
    StartRow?: number;
    Width?: number;
}

Hierarchy

Properties

Height?: number = common.Int32
IsValid?: boolean = common.Bool
StartCol?: number = common.Int32
StartRow?: number = common.Int32
Width?: number = common.Int32