ts-transforms / operations/plugins/mixins
operations/plugins/mixins
Functions
InjectMethod()
InjectMethod(
Base
,fn
,config
): typeof__class
Parameters
Parameter | Type |
---|---|
Base | any |
fn | any |
config | RepoConfig |
Returns
typeof __class
Source
operations/plugins/mixins.ts:12
ManyToOneMixin()
ManyToOneMixin(
Base
): typeof__class
Parameters
Parameter | Type |
---|---|
Base | any |
Returns
typeof __class
Source
operations/plugins/mixins.ts:8
OneToOneMixin()
OneToOneMixin(
Base
): typeof__class
Parameters
Parameter | Type |
---|---|
Base | any |
Returns
typeof __class
Source
operations/plugins/mixins.ts:4
OverrideConfig()
OverrideConfig(
Base
,fn
): typeof__class
Parameters
Parameter | Type |
---|---|
Base | any |
fn | any |
Returns
typeof __class