Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new Notification(title: string, subtitle: string, description: string): Notification

Properties

actions: Action[] = []
alignment: ALIGNMENT
buttons: Button[] = []
classified: string
description: string = ''
iactions: Map<string, Action> = ...
ibuttons: Map<string, Button> = ...
identifier: string
image?: Image
indicator?: Indicator
label: string
placeholder: boolean
position: POSITION
size: SIZE
style: string
subtitle: string = ''
title: string
type: string = 'notification'

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

Generated using TypeDoc