mirror of
https://github.com/grafana/grafana.git
synced 2026-08-08 12:18:18 -05:00
64 lines
1.0 KiB
Markdown
64 lines
1.0 KiB
Markdown
+++
|
|||
|
|
# -----------------------------------------------------------------------
|
||
|
|
# 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`
|
||
|
|
|