Options for automatic opening of a modal form.
Members
appearDelay :number
Number of milliseconds until the form is displayed.
Type:
-
number
askAgainDelay :number
Number of milliseconds until a form is redisplayed for a user that has previously seen and dismissed it.
Type:
-
number
disappearDelay :number
Number of milliseconds after the form opens before it is dismissed, if the input is not interacted with.
Type:
-
number
displayPredicate :Predicate
A function which will be called before the form is about to be opened automatically; if this function returns a falsey value the form will not open.
Type:
-
Predicate