butterfloat


butterfloat / ChildrenBindable

Interface: ChildrenBindable

Defined in: component.ts:70

A JSX node that may produce child Components

Properties

childrenBind?

optional childrenBind: ChildrenBind

Defined in: component.ts:74

Bind children as they are observed.


childrenBindMode?

optional childrenBindMode: ChildrenBindMode

Defined in: component.ts:78

Mode in which to bind children. Defaults to 'append'.