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

    Interface Context

    interface Context {
        config: {
            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: {
                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;
                modelRefs: {
                    description: {
                        "en-au"?: string;
                        "en-gb"?: string;
                        "en-us"?: string;
                        "es-es"?: string;
                    };
                    icon: string
                    | null;
                    iconDark: string | null;
                    id: string;
                    label: {
                        "en-au"?: string;
                        "en-gb"?: string;
                        "en-us"?: string;
                        "es-es"?: string;
                    };
                    order: number;
                    path: string;
                }[];
                order: number;
                status: | {
                    color: "amber"
                    | "green"
                    | "red"
                    | "other";
                    id: string;
                    label: string;
                }
                | null;
                statusId: | "alpha"
                | "beta"
                | "generalAvailability"
                | "notApplicable"
                | "preAlpha"
                | "proposed"
                | "releaseCandidate"
                | "unavailable"
                | "underReview";
                typeId: "contextModelGroup";
            }[];
            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;
        };
        list(settings?: object): Promise<ContextListResult>;
    }

    Hierarchy

    • Component
      • Context
    Index

    Properties

    Methods

    Properties

    config: {
        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: {
            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;
            modelRefs: {
                description: {
                    "en-au"?: string;
                    "en-gb"?: string;
                    "en-us"?: string;
                    "es-es"?: string;
                };
                icon: string
                | null;
                iconDark: string | null;
                id: string;
                label: {
                    "en-au"?: string;
                    "en-gb"?: string;
                    "en-us"?: string;
                    "es-es"?: string;
                };
                order: number;
                path: string;
            }[];
            order: number;
            status: | {
                color: "amber"
                | "green"
                | "red"
                | "other";
                id: string;
                label: string;
            }
            | null;
            statusId: | "alpha"
            | "beta"
            | "generalAvailability"
            | "notApplicable"
            | "preAlpha"
            | "proposed"
            | "releaseCandidate"
            | "unavailable"
            | "underReview";
            typeId: "contextModelGroup";
        }[];
        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;
    }

    Methods