Sections
Type definition
type SectionConfig = {
limit: number;
order: 1 | -1;
state: 'live' | 'preShow' | 'replay';
tag: string;
title?: string;
};Options
limit
order
state
tag
title
Example
Default value
Omitting any listing
Last updated