ReportTextSlotKind
Home > @gooddata/sdk-model > ReportTextSlotKind
ReportTextSlotKind type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Semantic kind of a text slot. Drives default typography/styling and AI context only — never geometry (geometry always comes from the layout tree).
Signature:
export type ReportTextSlotKind = "title" | "subtitle" | "sectionTitle" | "description" | "summary" | "body" | "custom";