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

    A single file participating in the skill content hash, identified by its path relative to the skill root (any path separator) and its raw bytes.

    interface SkillFileContent {
        content: Uint8Array;
        relativePath: string;
    }
    Index

    Properties

    content: Uint8Array
    relativePath: string