Page Contents
Home > @loopback/metadata > DesignTimeMethodMetadata > type
DesignTimeMethodMetadata.type property
Type of the method itself. It is Function
for methods, undefined
for the constructor.
Signature:
type: Function | undefined;