Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface NotificationOptions

    Options for notifications

    interface NotificationOptions {
        actionText?: string;
        dismissible?: boolean;
        multiline?: boolean;
        timeout?: number;
    }
    Index

    Properties

    actionText?: string

    Text to display on the action button

    dismissible?: boolean

    Set to true to make the notification dismissible

    multiline?: boolean

    Set to true to display the message on multiple lines

    timeout?: number

    Number of milliseconds to wait before the notification auto fades.