interface NotifyOptions {
    permanent: boolean;
    localize: boolean;
    console: boolean;
}

Properties

permanent: boolean

Should the notification be permanently displayed until dismissed

localize: boolean

Whether to localize the message content before displaying it

console: boolean

Whether to log the message to the console