Stone.js API
Docs
Home
Preparing search index...
stone-js-core/src/declarations
MetaService
Interface MetaService
Represents a MetaService type.
interface
MetaService
{
alias
:
string
|
string
[]
;
isClass
?:
boolean
;
isFactory
?:
boolean
;
module
:
ServiceType
;
singleton
?:
boolean
;
}
Index
Properties
alias
is
Class?
is
Factory?
module
singleton?
Properties
alias
alias
:
string
|
string
[]
Optional
is
Class
isClass
?:
boolean
Optional
is
Factory
isFactory
?:
boolean
module
module
:
ServiceType
Optional
singleton
singleton
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alias
is
Class
is
Factory
module
singleton
Docs
Home
Stone.js API
Loading...
Represents a MetaService type.