Skip to main content

SectionReorderArgs

type SectionReorderArgs = {
sections: {
id: string;
sectionOrder: number;
}[];
};

Properties

sections

sections: {
id: string;
sectionOrder: number;
}[];
NameType
idstring
sectionOrdernumber