API reference for SfNotificationComponent

import {SfNotificationModule} from "@progress/sitefinity-component-framework";


selector: sf-notification

Implements

  • OnInit
  • OnChanges

Constructors

Properties

caption: string

The caption of the notification

isFixed: boolean = false

Whether the notification is fixed Should pass look="fixed" to enable it

isTooltip: boolean = false

Whether the notification is a tooltip Should pass look="tooltip" to enable it

look: string

Sets the css modifiers of the component

notificationCssClassList: string

The notification css class list

onClose: EventEmitter<any> = ...

onClose emitter

Methods

  • Checks the numbers of subscribers to the onClose event

    Returns number

  • Generates the css class list

    Returns string

  • Parameters

    • changes: SimpleChanges

    Returns void

  • Returns void

  • Checks the numbers of subscribers to the onClose event

    Parameters

    • event: Event

    Returns void

Generated using TypeDoc