Interface SectionListProps

interface SectionListProps {
    animation_in?: string;
    is_restricted_to_preselections?: boolean;
    sections: SectionListSection[];
    selection_app_name?: string;
    selection_strategy?: "app" | "free" | "single" | "at-least-one";
}

Properties

animation_in?: string
is_restricted_to_preselections?: boolean
sections: SectionListSection[]
selection_app_name?: string
selection_strategy?: "app" | "free" | "single" | "at-least-one"