package
dsl
Type Members
-
-
case class
CallbackTagMessage(id: String, callbackId: String) extends TagMessage with Product with Serializable
-
case class
RealtimeStatement[T](statement: Statement[T]) extends Product with Serializable
Value Members
-
-
-
def
addClass(selector: Selector, className: String): JSFunction1[Boolean, Unit]
-
val
body: StringSelector
-
def
onAttribute[T](selector: Selector, attribute: PropertyAttribute[T]): JSFunction0[T]
-
def
onCSS[T](selector: Selector, attribute: StyleSheetAttribute[T]): JSFunction0[T]
-
def
onKey(key: Key, altKey: Option[Boolean] = None, ctrlKey: Option[Boolean] = None, metaKey: Option[Boolean] = None, shiftKey: Option[Boolean] = None, stopPropagation: Boolean = false)(f: ⇒ Unit): JSFunction1[KeyboardEvent, Boolean]
-
def
setValue(selector: Selector): JSFunction1[String, Unit]
-
implicit
def
statement2RealtimeStatement(statement: Statement[_]): RealtimeStatement[_]
-
val
window: StringSelector
Inherited from AnyRef
Inherited from Any