<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Plugin`](Plugin) › [`registerBasesView`](Plugin/registerBasesView)
## Plugin.registerBasesView() method
Register a Base view handler that can be used to render data from property queries.
**Signature:**
```typescript
registerBasesView(viewId: string, registration: BasesViewRegistration): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>viewId</code> | <code>string</code> | |
| <code>registration</code> | [`BasesViewRegistration`](BasesViewRegistration) | |
**Returns:**
`boolean`
false if bases are not enabled in this vault.
1.10.0