type

CompDef

@Js
abstract const class CompDef : TopFn

CompDef data flow component definition

methods

cell

Lookup a cell by name or raise UnknownCellErr

cells

List data cells for component

instantiate

Create instance of this component definition

Slot Details

cell

abstract CellDef? cell(Str name, Bool checked := true)

Lookup a cell by name or raise UnknownCellErr

cells

abstract CellDef[] cells()

List data cells for component

instantiate

abstract Comp instantiate()

Create instance of this component definition