InsertContext

com.raquo.laminar.inserters.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(parentNode: Base, strictMode: Boolean, hooks: UndefOr[InserterHooks]): InsertContext

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(parentNode: Base, sentinelNode: Base, strictMode: Boolean): InsertContext

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