Constructor
new Assembler(fragment)
- Source:
- Since:
- 1.6.0
- Copyright:
- schukai GmbH
Parameters:
Name | Type | Description |
---|---|---|
fragment |
DocumentFragment |
Throws:
-
-
value is not an instance of
- Type
- TypeError
-
-
-
value is not a function
- Type
- TypeError
-
-
-
the function is not defined
- Type
- Error
-
Methods
createDocumentFragment(data) → {DocumentFragment}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
data |
ProxyObserver | undefined |
Throws:
-
value is not an instance of
- Type
- TypeError
Returns:
- Type
- DocumentFragment
getAttributePrefix() → {string}
- Source:
Returns:
- Type
- string
setAttributePrefix(prefix) → {Assembler}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
prefix |
string |
Throws:
-
value is not a string
- Type
- TypeError
Returns:
- Type
- Assembler