@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
70 lines (36 loc) • 1.15 kB
Markdown
---
lang: en
title: 'API docs: core.serviceoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/core
permalink: /doc/en/lb4/apidocs.core.serviceoptions.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/core](./core.md) > [ServiceOptions](./core.serviceoptions.md)
## ServiceOptions interface
Options to register a service binding
**Signature:**
```typescript
export interface ServiceOptions extends BindingFromClassOptions
```
**Extends:** [BindingFromClassOptions](./context.bindingfromclassoptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[interface?](./core.serviceoptions.interface.md)
</td><td markdown="1">
</td><td markdown="1">
[ServiceInterface](./core.serviceinterface.md)
</td><td markdown="1">
_(Optional)_
</td></tr>
</tbody></table>