Files
grafana/docs/sources/packages_api/runtime/angularcomponent.md
T

64 lines
1.0 KiB
Markdown
Raw Normal View History

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "AngularComponent"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
draft = true
+++
## AngularComponent interface
<b>Signature</b>
```typescript
export interface AngularComponent
```
<b>Import</b>
```typescript
import { AngularComponent } from '@grafana/runtime';
```
<b>Methods</b>
| Method | Description |
| --- | --- |
| [destroy()](#destroy-method) | |
| [digest()](#digest-method) | |
| [getScope()](#getscope-method) | |
### destroy method
<b>Signature</b>
```typescript
destroy(): void;
```
<b>Returns:</b>
`void`
### digest method
<b>Signature</b>
```typescript
digest(): void;
```
<b>Returns:</b>
`void`
### getScope method
<b>Signature</b>
```typescript
getScope(): any;
```
<b>Returns:</b>
`any`