@ccw-api/api
    Preparing search index...
    type SubjectAreaGroup = {
        bgAtmosphere: null | string;
        bgColor: string;
        bgImage: CNameOssUrl;
        id: number;
        lottieJsonUrl: null | CNameOssUrl;
        modules: SubjectAreaModule[];
        moreLink: null | string;
        moreLinkText: null | string;
        subjectAreaId: number;
        subtitle: string;
        subtitleColor: string;
        title: string;
        titleColor: string;
        verticalPadding: number;
    }
    Index

    Properties

    bgAtmosphere: null | string
    bgColor: string
    bgImage: CNameOssUrl
    id: number
    lottieJsonUrl: null | CNameOssUrl
    moreLink: null | string
    moreLinkText: null | string
    subjectAreaId: number
    subtitle: string
    subtitleColor: string
    title: string
    titleColor: string
    verticalPadding: number