nuxt-app
    Preparing search index...

    Interface PageActionsOptions

    interface PageActionsOptions {
        refresh: () => Promise<void>;
        resourceLabel: string;
        resourceName: string;
    }
    Index

    Properties

    refresh: () => Promise<void>
    resourceLabel: string
    resourceName: string