AboutSupportDeveloper GuideVersion 18.0.9

Interface BaseTemplateFragment<T>

Type Parameters

Hierarchy

Properties

Properties

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 as a fragment style.

type: T

Type of the template fragment.