@thiagohp/tapestry-5
    Preparing search index...

    Function default

    • The data for the alert has a number of keys to control its behavior:

      • severity - used to determine the CSS class, may be "warn", "error", or "info" (the default)
      • message - message to display to as te alert's body
      • markup - if true, then the message contains markup that should not be HTML escaped

      Parameters

      • data: {
            id: any;
            markup: boolean;
            message: string;
            severity: string | number;
            [x: string]: any;
        }

      Returns any

    Index

    Properties

    TRANSIENT_DURATION: number