Hookable

com.raquo.laminar.inserters.Hookable
trait Hookable[+Self <: Inserter]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Abstract methods

def withHooks(addHooks: InserterHooks): Self

Create a copy of the inserter that will apply these additional hooks after the original inserter's hooks.

Create a copy of the inserter that will apply these additional hooks after the original inserter's hooks.

Attributes