@nospamproxy/core
    Preparing search index...

    A wrapper element that shows a spinner until the bound promise is resolved.

    This is a special inline element. When used as a block element (e.g. a single line in a dialog), this must be wrapped in a element.

    Index

    Constructors

    Properties

    rejectedMessage?: string
    targetPromise?: Promise<unknown>
    waitMessage: string | false | undefined

    The wait message to display. By default "Please wait" is displayed. When bound to false, the wait message is hidden entirely.