Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new Modal(title?: string, subtitle?: string): Modal

Properties

actions: Action[] = []
alignment: ALIGNMENT
buttons: Button[] = []
classified: string
iactions: Map<string, Action> = ...
ibuttons: Map<string, Button> = ...
identifier: string
label: string
placeholder: boolean
position: POSITION
size: SIZE
style: string
subtitle: string = ''
title: string
type: string = 'modal'
visible: boolean = false

Methods

  • Set actions that the component has

    Parameters

    • title: string = ''

      title of action

    • size: SIZE = SIZE.SMALL

      size of action

    Returns Action

  • Set buttons that the component has

    Parameters

    • title: string = ''

      button title

    • size: SIZE = SIZE.SMALL

      size of button

    Returns Button

  • setClassified(classified?: string): Modal
  • classified setter

    Parameters

    • classified: string = ''

    Returns Modal

  • setIdentifier(identifier: string): Modal
  • identifier setter

    Parameters

    • identifier: string

    Returns Modal

  • setLabel(label?: string): Modal
  • label setter

    Parameters

    • label: string = ''

    Returns Modal

  • setPlaceholder(enabled?: boolean): Modal
  • placeholder setter

    Parameters

    • enabled: boolean = false

    Returns Modal

  • setStyle(style?: string): Modal
  • style setter

    Parameters

    • style: string = ''

    Returns Modal

  • setTitle(title?: string): Modal
  • title setter

    Parameters

    • title: string = ''

    Returns Modal

  • setType(type?: string): Modal
  • type setter

    Parameters

    • type: string = ''

    Returns Modal

  • setVisible(visible?: boolean): Modal

Generated using TypeDoc