Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ButtonSegmentType

A data type that represents the configuration options for a button segment.

Hierarchy

  • ButtonSegmentType

Index

Properties

Optional id

id: string

Identifier for the segment. If not provided, the value will be used as the segment's identifier.

Optional multiselect

multiselect: boolean

A Boolean indicating whether multiple options can be selected at once.

Optional options

options: {}

Custom data associated with the button segment.

Type declaration

  • [key: string]: any

title

title: string

Button segment title.

value

value: any

Value associated with the button segment.

Generated using TypeDoc