devowl-wp
    Preparing search index...

    See PHP file inc/Assets.php.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    busyConsent: boolean = false
    busyReferer: boolean = false
    chunkFolder?: string
    chunks?: Record<string, string[]>
    chunksLanguageFolder?: string
    count: number = 0
    deleteAll: () => Promise<void> = ...
    fetchAll: (params?: Record<string, any>) => Promise<void> = ...
    fetchReferer: (params?: ParamsRouteConsentRefererGet) => Promise<void> = ...
    fetchRevision: (params?: ParamsRouteRevisionGet) => Promise<void> = ...
    fetchRevisionIndependent: (
        params?: ParamsRouteRevisionIndependentGet,
    ) => Promise<void> = ...
    filters: {
        context: string;
        dates: [Moment, Moment];
        ip: string;
        page: number;
        referer: string;
        uuid: string;
    } = ...
    offset: number = 0
    pageCollection: Map<number, Consent> = ...

    Current visible page in Consent tab

    perPage: number = 50
    publicUrl?: string
    referer: string[] = []
    restNamespace?: string
    restNonce?: string
    restPathObfuscateOffset?: string
    restQuery?: object
    restRecreateNonceEndpoint?: string
    restRoot?: string
    restUrl?: string
    revisions: Map<string, Revision> = ...
    revisionsIndependent: Map<string, RevisionIndependent> = ...
    rootStore: RootStore
    slug: string
    textDomain: string
    truncatedIpsCount: number = 0
    version: string

    Methods

    • This action does not actually refetch the stats, you need to act on your components!

      Parameters

      • context: string

      Returns void

    • This action does not actually refetch the stats, you need to act on your components!

      Parameters

      • dates: [Moment, Moment]

      Returns void

    • This action does not actually refetch the list, you need to act on your components!

      Parameters

      • ip: string

      Returns void

    • This action does not actually refetch the list, you need to act on your components!

      Parameters

      • page: number

      Returns void

    • This action does not actually refetch the list, you need to act on your components!

      Parameters

      • referer: string

      Returns void

    • This action does not actually refetch the list, you need to act on your components!

      Parameters

      • uuid: string

      Returns void

    • Get the slug from the current process (webpack) instead of the PHP plugin output. For some cases you need to use that.

      Parameters

      • slug: string
      • camelCase: boolean = false

      Returns string

    • Convert a slug like "my-plugin" to "myPlugin". This can be useful for library naming (window[""] is bad because the hyphens).

      Parameters

      • slug: string

      Returns string