Documentation
Powered by Minitek FAQ Book
Properties
A Polipop instance has the following public properties:
options
The default configuration options merged with the instance options.
Type: Object
var options = polipop.options;
queue
An array containing the queued notification objects.
Type: Array
var queue = polipop.queue;
elements
An object containing a collection of rendered notification elements.
Type: HTMLCollection
var elements = polipop.elements;
wrapperHeight
The height of the wrapper element.
Type: Number
var wrapperHeight = polipop.wrapperHeight;