butterfloat


butterfloat / FragmentDescription

Interface: FragmentDescription

Defined in: component.ts:206

Description of a Fragment (the <Fragment> pseudo-component which powers <></> fragment notation)

Extends

Properties

attributes

attributes: Attributes

Defined in: component.ts:208


children

children: JsxChildren

Defined in: component.ts:172

Inherited from

ChildrenBindDescription.children


childrenBind?

optional childrenBind: ChildrenBind

Defined in: component.ts:173

Inherited from

ChildrenBindDescription.childrenBind


childrenBindMode?

optional childrenBindMode: ChildrenBindMode

Defined in: component.ts:174

Inherited from

ChildrenBindDescription.childrenBindMode


type

type: "fragment"

Defined in: component.ts:207