hAPIboo API reference
    Preparing search index...

    Interface IRepositoryIndexedModel

    interface IRepositoryIndexedModel {
        id: string;
        myType: string;
        clone(model: this): this;
        getExtended(): RepositoryExtendedInfo[];
        getIndexes(): RepositoryIndexedInfo[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    myType: string

    Methods