Theia API Documentation v1.75.0
    Preparing search index...

    The slice of a skill or MCP entry the shared gear context menu operates on, so the menu commands stay agnostic of which artifact family they were invoked from.

    interface RegistryEntryContext {
        artifactKind: RegistryArtifactKind;
        autoUpdateId: undefined | string;
        copyableId: undefined | string;
    }

    Implemented by

    Index

    Properties

    artifactKind: RegistryArtifactKind
    autoUpdateId: undefined | string

    The override key. See RegistryEntryContext.autoUpdateId for when there is one.

    copyableId: undefined | string

    The "Copy ID" payload: the registry identifier, or the local name for an unlinked artifact.