Search


Search something to see results
interface IBin {
    freeRects: IRectangle[];
    height: number;
    maxHeight: number;
    maxWidth: number;
    options: IOption;
    rects: IRectangle[];
    width: number;
    [propName: string]: any;
}

Implemented by

Indexable

  • [propName: string]: any

Index

Properties

Properties

freeRects: IRectangle[]
height: number
maxHeight: number
maxWidth: number
options: IOption
rects: IRectangle[]
width: number