State

zio.wasm.componentmodel.ComponentBuilder$package$.ComponentBuilder$.State
See theState companion object
enum State

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Capturing(component: Component, firstFakeId: Int, nextFakeId: Int, newSections: Chunk[(SectionReference, Section[ComponentIndexSpace])])
final case class Normal(component: Component)