This interface serves as a configuration object for Snack-Bars. These are often also referred to as "Toast" notifications or error messages.
Using the SnackBarConfig interface
SnackBarConfig
const api = new ProfileService(); const user: User = await api.getMe(); console.log(user);
Contains a completion state, e.g. "success".
Contains the title of the snack-bar.
Contains the text (or "description") inside the snack-bar.
v0.3.2
Generated using TypeDoc
This interface serves as a configuration object for Snack-Bars. These are often also referred to as "Toast" notifications or error messages.
Using the
SnackBarConfig
interfaceProperties
Contains a completion state, e.g. "success".
Contains the title of the snack-bar.
Contains the text (or "description") inside the snack-bar.
v0.3.2