JSOptionSetter

trait JSOptionSetter[T <: Object, B <: JSOptionBuilder[T, _]]

Trait enabling hierarchical option structures where options can be inherited from other classes.

Type Params
B

See JSOptionBuilder

T

See JSOptionBuilder

class Object
trait Matchable
class Any
class JSOptionBuilder[T, B]

Value members

Abstract methods

protected
def jsOpt(name: String, opt: Any): B