@nextcloud/dialogs
    Preparing search index...

    Interface UserActivation

    The UserActivation interface provides information about whether a user is currently interacting with the page, or has completed an interaction since page load.

    MDN Reference

    interface UserActivation {
        hasBeenActive: boolean;
        isActive: boolean;
    }
    Index

    Properties

    hasBeenActive: boolean

    The read-only hasBeenActive property of the UserActivation interface indicates whether the current window has sticky user activation.

    MDN Reference

    isActive: boolean

    The read-only isActive property of the UserActivation interface indicates whether the current window has transient user activation.

    MDN Reference