@nosto/preact

    Interface DelayOptions

    interface DelayOptions {
        selector: string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    selector: string

    HTML Selector to observe and wait for

    timeout?: number

    Timeout in milliseconds, how long to wait for element to get rendered

    500
    
    MMNEPVFCICPMFPCPTTAAATR