@ccw-api/api
    Preparing search index...
    type SubjectAreaItem = {
        creationOids: MongoDBId[];
        enabled: boolean;
        iconLink: null | CNameOssUrl;
        id: number;
        location: null | string;
        platform: "WEB";
        priority: number;
        subjectAreaGroup: SubjectAreaGroup;
        subtitle: null | string;
        targetLink: null | string;
        title: string;
        visibleFor: string[];
    }
    Index

    Properties

    creationOids: MongoDBId[]
    enabled: boolean
    iconLink: null | CNameOssUrl
    id: number
    location: null | string
    platform: "WEB"
    priority: number
    subjectAreaGroup: SubjectAreaGroup
    subtitle: null | string
    targetLink: null | string
    title: string
    visibleFor: string[]