hAPIboo API reference
    Preparing search index...

    Interface IRepositoryExtendedModel

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

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    id: string
    myType: string

    Methods