hashiverse-client-web - v1.0.4
    Preparing search index...

    Interface UserSettingsCache

    interface UserSettingsCache {
        content_thresholds: ContentThresholds;
        followed_client_ids: Set<string>;
        invalidate: () => void;
        is_logged_in: boolean;
        own_client_id: string;
        replace: (next: UserSettings) => void;
        reset: () => void;
        skip_warnings_for_followed: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content_thresholds: ContentThresholds
    followed_client_ids: Set<string>
    invalidate: () => void
    is_logged_in: boolean
    own_client_id: string
    replace: (next: UserSettings) => void
    reset: () => void
    skip_warnings_for_followed: boolean