Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChoiceItem

ChoiceItem interface

Hierarchy

  • ChoiceItem

Index

Properties

Optional Description

Description: string

Additional information under each choice, displayed as light gray text

Optional ExpandedTemplate

ExpandedTemplate: TemplateRef<any>

Provide additional template under each choice

Optional Icon

Icon: object

Icon to display in the label, instead of text

Type declaration

  • Look: string
  • Name: string

Name

Name: string

The name, usually used in the label

Optional Selected

Selected: boolean

Whether the choice is selected

Optional Title

Title: string

Used for choice tooltip tooltip

Value

Value: string

The value of the choice

Generated using TypeDoc