UNPKG

@loopback/docs

Version:
40 lines (27 loc) 1.12 kB
--- lang: en title: 'API docs: repository.buffertype' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.buffertype.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [BufferType](./repository.buffertype.md) ## BufferType class Buffer (binary) type <b>Signature:</b> ```typescript export declare class BufferType implements Type<Buffer> ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [name](./repository.buffertype.name.md) | | <code></code> | | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [coerce(value, options)](./repository.buffertype.coerce.md) | | | | [defaultValue()](./repository.buffertype.defaultvalue.md) | | | | [isCoercible(value)](./repository.buffertype.iscoercible.md) | | | | [isInstance(value)](./repository.buffertype.isinstance.md) | | | | [serialize(value, options)](./repository.buffertype.serialize.md) | | |