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

    Result of parsing a template file that may contain YAML front matter

    interface ParsedTemplate {
        metadata?: CommandPromptFragmentMetadata;
        template: string;
    }
    Index

    Properties

    Properties

    Parsed metadata from YAML front matter, if present

    template: string

    The template content (without front matter)