Index

src/common/message/message-type.intf.ts

StarkMessageType

Message types supported by Stark.

 INFO
 WARNING
 ERROR

src/modules/progress-indicator/entities/progress-indicator-type.entity.ts

StarkProgressIndicatorType

Progress Indicator types supported by StarkProgressIndicatorDirective.

 SPINNER

src/modules/table/entities/column-priority.intf.ts

StarkTableColumnPriority

Possible priorities of a column in the StarkTableComponent

 ONE
Value : 1
 TWO
Value : 2
 THREE
Value : 3
 FOUR
Value : 4
 FIVE
Value : 5
 SIX
Value : 6
 SEVEN
Value : 7
 EIGHT
Value : 8
 NINE
Value : 9
 TEN
Value : 10
 PERSIST
 HIDDEN

src/modules/toast-notification/services/toast-notification-result.intf.ts

StarkToastNotificationResult

Possible results returned by Stark Toast Notification.

  • CLOSED_ON_DELAY_TIMEOUT: the toast was automatically hidden after the specified delay
  • ACTION_CLICKED: the action button of the toast was clicked by the user
  • HIDDEN: the toast was hidden programmatically (via the hide() method of the StarkToastNotification service)
  • CLOSED_BY_NEW_TOAST: the toast was closed because of a new toast being displayed
 CLOSED_ON_DELAY_TIMEOUT
 ACTION_CLICKED
 HIDDEN
 CLOSED_BY_NEW_TOAST

results matching ""

    No results matching ""