mmir-tooling
Version:
Build tools for MMIR projects
92 lines (52 loc) • 1.48 kB
Markdown
**[mmir-tooling 7.0.0-beta1](../README.md)**
> [Globals](../README.md) / [mmir-lib](../modules/mmir_lib.md) / View
# Class: View
## Hierarchy
* **View**
## Index
### Constructors
* [constructor](mmir_lib.view.md#constructor)
### Methods
* [getContentElement](mmir_lib.view.md#getcontentelement)
* [getController](mmir_lib.view.md#getcontroller)
* [getDefinition](mmir_lib.view.md#getdefinition)
* [getName](mmir_lib.view.md#getname)
* [stringify](mmir_lib.view.md#stringify)
## Constructors
### constructor
\+ **new View**(`ctrl`: any, `name`: string, `definition`: string): [View](mmir_lib.view.md)
#### Parameters:
Name | Type |
------ | ------ |
`ctrl` | any |
`name` | string |
`definition` | string |
**Returns:** [View](mmir_lib.view.md)
## Methods
### getContentElement
▸ **getContentElement**(`name`: string): [ContentElement](mmir_lib.contentelement.md)
#### Parameters:
Name | Type |
------ | ------ |
`name` | string |
**Returns:** [ContentElement](mmir_lib.contentelement.md)
___
### getController
▸ **getController**(): [Controller](mmir_lib.controller.md)
**Returns:** [Controller](mmir_lib.controller.md)
___
### getDefinition
▸ **getDefinition**(): string
**Returns:** string
___
### getName
▸ **getName**(): string
**Returns:** string
___
### stringify
▸ **stringify**(`disableStrictMode?`: boolean): string
#### Parameters:
Name | Type |
------ | ------ |
`disableStrictMode?` | boolean |
**Returns:** string