InsertContext

com.raquo.laminar.lifecycle.InsertContext$
See theInsertContext companion class
object InsertContext

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def reserveSpotContext[El <: Base](parentNode: El, strictMode: Boolean): InsertContext[El]

Reserve the spot for when we actually insert real nodes later

Reserve the spot for when we actually insert real nodes later

Attributes

def unsafeMakeReservedSpotContext[El <: Base](parentNode: El, sentinelNode: Base, strictMode: Boolean): InsertContext[El]

Reserve the spot for when we actually insert real nodes later.

Reserve the spot for when we actually insert real nodes later.

Unsafe: you must make sure yourself that sentinelNode is already a child of parentNode in the real DOM.

This method is exposed to help third parties make hydration helpers.

Attributes