Documentation / scene / ExtractMixinType
Type Alias: ExtractMixinType<M>
ExtractMixinType<
M> =Mextends [infer First] ?ExtractMixinReturnType<First> :Mextends [infer First,...(infer Rest)] ?ExtractMixinReturnType<First> &ExtractMixinType<[...Rest]> :never
Defined in: libs/scene/src/material/meshmaterial.ts:51
Produces the intersection type of multiple mixins’ return types.
Type Parameters
M
M