Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional children

children?: TemplateFragment[]

Sub-fragments of the container.

You can use container template fragment to create nested composition structures.

Optional style

style?: Record<string, string | number>

CSS style properties of the fragment.

All the available custom template fragments support all of the React's inline style properties (with camelCase keys)

Note: "position: fixed" is disallowed in the fragments.

type

type: "container"

Type of the template fragment.

Generated using TypeDoc