DefinitelyTyped

Index

Variables

Dynamic modules

Interfaces

Variables

$: JQueryStatic

jQuery: JQueryStatic

noty: { show(): any; close(): any; setText(text: string): any; setType(type: string): any; setTimeout(timeout: number): any; closed: boolean; shown: boolean; (notyOptions: NotyOptions): any; }

(): any

Returns

any

public noty.closed: boolean

public noty.shown: boolean

public close(): any

Returns

any

public setText(): any

Returns

any

.text.text: string

public setTimeout(): any

Returns

any

.timeout.timeout: number

public setType(): any

Returns

any

.type.type: string

public show(): any

Returns

any