Hierarchy
- TagMap
Properties
Private impls
• impls: object
Defined in src/template/tag/tag-map.ts:5
Type declaration:
- [ key: string]: TagImplOptions
Methods
get
▸ get(name: string): TagImplOptions
Defined in src/template/tag/tag-map.ts:7
Parameters:
| Name | Type |
|---|---|
name |
string |
Returns: TagImplOptions
set
▸ set(name: string, impl: TagImplOptions): void
Defined in src/template/tag/tag-map.ts:13
Parameters:
| Name | Type |
|---|---|
name |
string |
impl |
TagImplOptions |
Returns: void