hAPIboo API reference
Preparing search index...
@hapiboo/core
IRepositoryIndexedModel
Interface IRepositoryIndexedModel
interface
IRepositoryIndexedModel
{
id
:
string
;
myType
:
string
;
clone
(
model
:
this
)
:
this
;
getExtended
()
:
RepositoryExtendedInfo
[]
;
getIndexes
()
:
RepositoryIndexedInfo
[]
;
}
Hierarchy (
View Summary
)
IRepositoryExtendedModel
IRepositoryIndexedModel
Index
Properties
id
my
Type
Methods
clone
get
Extended
get
Indexes
Properties
id
id
:
string
my
Type
myType
:
string
Methods
clone
clone
(
model
:
this
)
:
this
Parameters
model
:
this
Returns
this
get
Extended
getExtended
()
:
RepositoryExtendedInfo
[]
Returns
RepositoryExtendedInfo
[]
get
Indexes
getIndexes
()
:
RepositoryIndexedInfo
[]
Returns
RepositoryIndexedInfo
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
my
Type
Methods
clone
get
Extended
get
Indexes
hAPIboo API reference
Loading...