---
lang: en
title: 'API docs: context.createviewgetter'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.createviewgetter.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [createViewGetter](./context.createviewgetter.md)

## createViewGetter() function

Create a context view as a getter with the given filter

<b>Signature:</b>

```typescript
export declare function createViewGetter<T = unknown>(ctx: Context, bindingFilter: BindingFilter, session?: ResolutionSession): Getter<T[]>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  ctx | [Context](./context.context.md) | Context object |
|  bindingFilter | [BindingFilter](./context.bindingfilter.md) | A function to match bindings |
|  session | [ResolutionSession](./context.resolutionsession.md) | Resolution session |

<b>Returns:</b>

[Getter](./context.getter.md)<!-- -->&lt;T\[\]&gt;


