Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    BrowserEvent:
        | { tab: PREVIEW_SIZES; type: "SWITCH_TAB" }
        | { query: string; tab?: PREVIEW_SIZES; type: "SET_SEARCH_QUERY" }
        | { tab?: PREVIEW_SIZES; type: "TOGGLE_FAVORITES" }
        | {
            sortBy: string;
            sortOrder: "asc" | "desc";
            tab?: PREVIEW_SIZES;
            type: "SET_SORT";
        }
        | { groupBy: string; tab?: PREVIEW_SIZES; type: "SET_GROUP_BY" }
        | { filterType: string; tab?: PREVIEW_SIZES; type: "SET_FILTER" }
        | { tab?: PREVIEW_SIZES; type: "SET_VIEW_MODE"; viewMode: ViewMode }
        | { sizeIndex: number; tab?: PREVIEW_SIZES; type: "SET_PREVIEW_SIZE" }
        | { tab: PREVIEW_SIZES; type: "RESET_TAB_SETTINGS" }
        | { settings: Partial<BrowserContext>; type: "LOAD_SETTINGS" }
        | { type: "SAVE_SETTINGS" }

    События машины состояния браузера