TemplateTableFieldOptions

data class TemplateTableFieldOptions(val order: List<String>? = null, val pinnedFieldOptions: TemplateTablePinnedFieldOptions? = null, val selectedFieldOptions: List<TemplateTableFieldOption>? = null, val transposedTableOptions: List<TemplateTransposedTableOption>? = null)

Constructors

Link copied to clipboard
constructor(order: List<String>? = null, pinnedFieldOptions: TemplateTablePinnedFieldOptions? = null, selectedFieldOptions: List<TemplateTableFieldOption>? = null, transposedTableOptions: List<TemplateTransposedTableOption>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val order: List<String>? = null

The order of the field IDs that are configured as field options for a table visual.

Link copied to clipboard

The settings for the pinned columns of a table visual.

Link copied to clipboard

The field options to be configured to a table.

Link copied to clipboard

The TableOptions of a transposed table.