core

object core extends CoreSyntax
core.type

Type members

Inherited classlikes

object HE

HTML Entities

HTML Entities

Inherited from:
HtmlEntities

Inherited types

type AmAny = AmAny
Inherited from:
CoreSyntax
type AmendedHtmlTag[R <: Element, AmType <: AmAny] = AmendedHtmlTag[R, AmType]
Inherited from:
CoreSyntax
type AmendedSvgTag[R <: Element] = AmendedSvgTag[R]
Inherited from:
CoreSyntax
Inherited from:
CoreSyntax

Value members

Inherited methods

def after(timeout: FiniteDuration): SetTimeoutBinders[Unit]
Inherited from:
MiscSyntax
def after[T](timeout: FiniteDuration, value: T): SetTimeoutBinders[T]
Inherited from:
MiscSyntax
def buildStream[T](body: Observer[T] => Unit): EventStream[T]
Inherited from:
MiscSyntax
def createTrigger(): (EventStream[Unit], () => Unit)
Inherited from:
MiscSyntax
def hellip: String

Ellipsis

Ellipsis

Inherited from:
HtmlEntities
def mdash: String

Em dash

Em dash

Inherited from:
HtmlEntities
def mutationObserver(childList: Boolean, attributes: Boolean, characterData: Boolean, subtree: Boolean, attributeOldValue: Boolean, characterDataOldValue: Boolean, attributeFilter: UndefOr[Array[String]]): MutationObserverBinders
Inherited from:
MiscSyntax
def ndash: String

En dash

En dash

Inherited from:
HtmlEntities
def nodeSeq[El <: ReactiveElement[Element]](seq: Modifier[El]*): Modifier[El]
Inherited from:
MiscSyntax
def nodeSequence[A, El <: ReactiveElement[Element]](seq: Seq[Modifier[El]]): Modifier[El]
Inherited from:
MiscSyntax
def sequentially[In, Out](tasks: Seq[In], persistent: Boolean)(run: In => EventStream[Out]): TaskQueue[In, Out]
Inherited from:
SequentiallySyntax
def sequentially[In, Out](tasks: EventStream[In], persistent: Boolean)(run: In => EventStream[Out]): TaskQueue[In, Out]
Inherited from:
SequentiallySyntax
def smartClass(classes: Signal[Seq[(Seq[String], Boolean)]]): Modifier[Base]
Inherited from:
SmartClass
def smartClass(classes: (String, Boolean)*): Modifier[Base]
Inherited from:
SmartClass
def storedBoolean(name: String, initial: Boolean): StoredBoolean
Inherited from:
MiscSyntax
def storedString(name: String, initial: String): StoredString
Inherited from:
MiscSyntax
def tee[T](observers: Observer[T]*): Observer[T]
Inherited from:
MiscSyntax
def thisEvents[Ev <: Event](t: EventProcessor[Ev, Ev]): ThisEventsStreamBuilder[Ev, Ev]
Inherited from:
MiscSyntax
def vellip: String

Vertical Ellipsis

Vertical Ellipsis

Inherited from:
HtmlEntities
def when[A, El <: Element](b: Boolean)(mods: Modifier[El]*): Modifier[El]
Inherited from:
MiscSyntax
def whenDefined[El <: Element](o: Option[_])(mods: Modifier[El]*): Modifier[El]
Inherited from:
MiscSyntax
def whenEmpty[El <: Element](o: Option[_])(mods: Modifier[El]*): Modifier[El]
Inherited from:
MiscSyntax
def whenNot[A, El <: Element](b: Boolean)(mods: Modifier[El]*): Modifier[El]
Inherited from:
MiscSyntax

Inherited fields

val futureChild: FutureChildReceiver.type
Inherited from:
ReceiversSyntax
val futureChildren: FutureChildrenReceiver.type
Inherited from:
ReceiversSyntax

Implicits

Inherited implicits

implicit def syntaxEventPropTransformation[Ev <: Event, V](underlying: EventProcessor[Ev, V]): EventPropTransformationOps[Ev, V]
implicit def syntaxEventStream[A](s: EventStream[A]): EventStreamOps[A]
Inherited from:
EventStreamSyntax
implicit def syntaxEventStreamOfEither[A, B](s: EventStream[Either[A, B]]): EventStreamOfEitherOps[A, B]
implicit def syntaxEventStreamOfOption[A](s: EventStream[Option[A]]): EventStreamOfOptionOps[A]
implicit def syntaxFutureOfEither[A, B](f: => Future[Either[A, B]]): FutureOfEitherOps[A, B]
Inherited from:
FutureOfEitherSyntax
implicit def syntaxHtmlTag[T <: Element](tag: HtmlTag[T]): HtmlTagOps[T]
Inherited from:
HtmlTagSyntax
implicit def syntaxInputElement(el: Input): InputElementOps
Inherited from:
InputElementSyntax
implicit def syntaxObservableOfBooleanOps(o: Observable[Boolean]): SourceOfBooleanOps
implicit def syntaxObservableOfOption[A](s: Observable[Option[A]]): SourceOfOptionOps[A]
implicit def syntaxOptionOfSignal[A](o: Option[Signal[A]]): OptionOfSignalOps[A]
Inherited from:
OptionOfSignalSyntax
implicit def syntaxReactiveEventProp[Ev <: Event](underlying: ReactiveEventProp[Ev]): ReactiveEventPropOps[Ev]
implicit def syntaxReactiveHtmlElement[T <: Element](el: ReactiveHtmlElement[T]): ReactiveHtmlElementOps[T]
implicit def syntaxReactiveSvgElement[T <: Element](el: ReactiveSvgElement[T]): ReactiveSvgElementOps[T]
implicit def syntaxSeq[Repr](coll: Repr)(implicit seq: IsSeq[Repr]): SeqOps[Repr, IsSeq[Repr]]
Inherited from:
SeqSyntax
implicit def syntaxSignal[A](s: Signal[A]): SignalOps[A]
Inherited from:
SignalSyntax
implicit def syntaxSignalOfBoolean(s: Signal[Boolean]): SignalOfBooleanOps
Inherited from:
SignalOfBooleanSyntax
implicit def syntaxSignalOfEither[A, B](s: Signal[Either[A, B]]): SignalOfEitherOps[A, B]
Inherited from:
SignalOfEitherSyntax
implicit def syntaxSignalOfOption[A, B](s: Signal[(A, B)]): SignalOfTuple2Ops[A, B]
Inherited from:
SignalOfTuple2Syntax
implicit def syntaxSignalOfOption[A](s: Signal[Option[A]]): SignalOfOptionOps[A]
Inherited from:
SignalOfOptionSyntax
implicit def syntaxSignalOfOptionOfSignal[A](s: Signal[Option[Signal[A]]]): SignalOfOptionOfSignalOps[A]
implicit def syntaxSource[A](s: Source[A]): SourceOps[A]
Inherited from:
SourceSyntax
implicit def syntaxSvgTag[T <: Element](tag: SvgTag[T]): SvgTagOps[T]
Inherited from:
SvgTagSyntax
implicit def syntaxTextAreaElement(el: TextArea): TextAreaElementOps
Inherited from:
TextAreaSyntax
implicit def syntaxVarOfBoolean(v: Var[Boolean]): VarOfBooleanOps
Inherited from:
VarOfBooleanSyntax