trait StaticOptions extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StaticOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val dotfiles: UndefOr[Dotfile]
- Annotations
- @JSOptional()
- val etag: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val extensions: UndefOr[|[Boolean, Array[String]]]
- Annotations
- @JSOptional()
- val fallthrough: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val immutable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val index: UndefOr[|[String, Boolean]]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val lastModifid: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val maxAge: UndefOr[Int]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val redirect: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val setHeaders: UndefOr[Function3[Response, String, Dynamic, Unit]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object