@datapos/datapos-shared
    Preparing search index...

    Interface ContextConfig1

    interface ContextConfig1 {
        description: {
            "en-au"?: string;
            "en-gb"?: string;
            "en-us"?: string;
            "es-es"?: string;
        };
        firstCreatedAt?: number;
        icon: string
        | null;
        iconDark: string | null;
        id: string;
        label: {
            "en-au"?: string;
            "en-gb"?: string;
            "en-us"?: string;
            "es-es"?: string;
        };
        lastUpdatedAt: number
        | null;
        models: ContextModelGroupConfig[];
        operations: "list"[];
        status:
            | {
                color: "amber"
                | "green"
                | "red"
                | "other";
                id: string;
                label: string;
            }
            | null;
        statusId: | "alpha"
        | "beta"
        | "generalAvailability"
        | "notApplicable"
        | "preAlpha"
        | "proposed"
        | "releaseCandidate"
        | "unavailable"
        | "underReview";
        typeId: "context";
        version: string;
    }

    Hierarchy

    • ModuleConfig
      • ContextConfig1
    Index

    Properties

    description: {
        "en-au"?: string;
        "en-gb"?: string;
        "en-us"?: string;
        "es-es"?: string;
    } = partialLocalisedStringSchema
    firstCreatedAt?: number = ...
    icon: string | null = ...
    iconDark: string | null = ...
    id: string = ...
    label: {
        "en-au"?: string;
        "en-gb"?: string;
        "en-us"?: string;
        "es-es"?: string;
    } = partialLocalisedStringSchema
    lastUpdatedAt: number | null = ...
    operations: "list"[]
    status:
        | {
            color: "amber"
            | "green"
            | "red"
            | "other";
            id: string;
            label: string;
        }
        | null = ...
    statusId:
        | "alpha"
        | "beta"
        | "generalAvailability"
        | "notApplicable"
        | "preAlpha"
        | "proposed"
        | "releaseCandidate"
        | "unavailable"
        | "underReview" = componentStatusIdSchema
    typeId: "context"
    version: string