Wagtail client-side components
    Preparing search index...
    interface SettingsState {
        currentTab: string | null;
        isReloading: boolean;
        user: Author | null;
    }
    Index

    Properties

    currentTab: string | null
    isReloading: boolean
    user: Author | null