@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias CodeEditorFile<T>

    type CodeEditorFile<T> = {
        description: string;
        folderPath: string;
        hidden: boolean;
        index: number;
        language: T;
        name: string;
        protected: boolean;
        readonly: boolean;
        source: string;
    }

    Type Parameters

    • T
    Index

    Properties

    description: string
    folderPath: string
    hidden: boolean
    index: number
    language: T
    name: string
    protected: boolean
    readonly: boolean
    source: string