Class Notification

Index

Constructor methods

Methods

Constructor methods

constructor(containerId: ContainerID, strHtml: string, bSticky?: boolean, strTooltip?: string, onclickHandler?: () => void, extraData?: SPStatusNotificationData): Notification

Parameters

  • containerId: ContainerID
  • strHtml: string
  • bSticky?: boolean optional
  • strTooltip?: string optional
  • onclickHandler?: () => void optional
  • extraData?: SPStatusNotificationData optional

Returns

Notification

Methods

public Hide(bNoAnimate: boolean)

Parameters

  • bNoAnimate: boolean

public Show(bNoAnimate: boolean)

Parameters

  • bNoAnimate: boolean

public get_id(): string

Returns

string