_sections
_sections: ({
abilities?: undefined;
choice: null;
items: {
id: string;
img: string;
name: string;
target: string;
type: string;
}[];
label: string;
manualValue: number;
name: string;
template?: undefined;
value?: undefined;
} | {
abilities?: undefined;
choice: null;
items: ({
id: string;
img?: undefined;
name: string;
target?: undefined;
type?: undefined;
} | {
id: string;
img: string;
name: string;
target: string;
type: string;
})[];
label: string;
manualValue?: undefined;
name: string;
template?: undefined;
value?: undefined;
} | {
abilities: {};
choice: null;
items?: undefined;
label: string;
manualValue?: undefined;
name: string;
template: string;
value: number;
})[]
Tracks the currently viewed section.