TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface SnippetItem

    Individual snippet metadata

    interface SnippetItem {
        description: string;
        file_path: string;
        filename: string;
        id: string;
        language: string;
        tags: string[];
        title: string;
    }
    Index

    Properties

    description: string

    Description of what the snippet does

    file_path: string

    Full path to the file in the runtime directory

    filename: string

    Filename of the snippet

    id: string

    Unique identifier for the snippet

    language: string

    Programming language (typescript, javascript, python)

    tags: string[]

    Array of tags for categorization

    title: string

    Human-readable title