type SectionFolder = {
    label: string;
    store?: MinimalWritable<boolean>;
    styles?: { [key: string]: string };
    summaryEnd?: Embed;
}
Index

Properties

label: string
store?: MinimalWritable<boolean>
styles?: { [key: string]: string }
summaryEnd?: Embed