Tags

reactives.extra.Tags
object Tags

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tags.type

Members list

Type members

Classlikes

object RangeSplice

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait RangeSplice[-A <: Element, -T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object elem
object string

Value members

Concrete methods

def isInDocument(element: Element): Boolean
def isInDocumentHack(elem: Element): Any => Boolean
def tagObserver[A](parent: Element, rendered: Signal[A])(fun: A => Unit)(reevalVal: Pulse[A]): ObserveInteract

Extensions

Extensions

extension [A <: Element](anchor: A)
def reattach[T](signal: Signal[T], removeOnContainerMismatch: Boolean)(using splicer: RangeSplice[A, T], creationTicket: CreationTicket[State]): anchor.type
extension (input: Input)
def inputEntered(using creationTicket: CreationTicket[State], scheduler: PlanTransactionScope[State]): Event[String]