Interface DropperConfig

interface DropperConfig {
    debug: boolean;
    maxItems: number;
    statics: StaticObjectConfig[];
}

Properties

debug: boolean
maxItems: number