vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DocumentMetadata

    interface DocumentMetadata {
        content?: string;
        description?: string;
        fullName?: string;
        internalUseOnly: boolean;
        keywords?: string;
        name?: string;
        public: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content?: string
    description?: string
    fullName?: string
    internalUseOnly: boolean
    keywords?: string
    name?: string
    public: boolean