Options

@JSType
trait Options extends Object

Options

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

@ExposedJSMember @JSOptional
var bactchScheduleFn: UndefOr[Function1[Function0[Unit], Unit]]
@ExposedJSMember @JSOptional
var cache: UndefOr[Boolean]
@ExposedJSMember @JSOptional
val cacheKeyFn: UndefOr[Function1[Any, Any]]
@ExposedJSMember @JSOptional
var cacheMap: UndefOr[Object | Null]

Must have same api as javascript Map: set, get, clear, delete, keys, values,

Must have same api as javascript Map: set, get, clear, delete, keys, values,

@ExposedJSMember @JSOptional
var cacheSize: UndefOr[Int]