SnackbarMeta

SnackbarMeta

A SnackbarMeta object as defined in the JSON schema. It contains configuration fields for Snackbar.

Constructor

new SnackbarMeta(props)

Instantiates a new SnackbarMeta

Parameters:
Name Type Description
props object

Properties to initialize the snackbar meta with

Properties
Name Type Attributes Description
autoHideDuration number <optional>

Sets SnackbarMeta.autoHideDuration

Source:

Members

autoHideDuration :number

Time to wait (in ms) until the Snackbar should be automatically closed. If not supplied, zero or null, the default system value applies (usually 7s)

Source: