@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 634 B
Markdown
lang: en
title: 'API docs: metadata.designtimemethodmetadata.type'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.metadata.designtimemethodmetadata.type.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/metadata](./metadata.md) > [DesignTimeMethodMetadata](./metadata.designtimemethodmetadata.md) > [type](./metadata.designtimemethodmetadata.type.md)
## DesignTimeMethodMetadata.type property
Type of the method itself. It is `Function`
<b>Signature:</b>
```typescript
type: Function;
```