Interface ITemplateConfig
Provides markup elements to format an HTML page.
Package: ui-framework
Properties
<>
A nested element.
Declaration
<>?: string
Property Value
Type | Description |
---|---|
string | A nested element. |
class
A CSS class.
Declaration
class?: string
Property Value
Type | Description |
---|---|
string | A CSS class. |
html
An inner HTML code.
Declaration
html?: ITemplateConfig
Property Value
Type | Description |
---|---|
ITemplateConfig | An inner HTML code. |
id
An ID of a DOM element.
Declaration
id?: string
Property Value
Type | Description |
---|---|
string | An ID of a DOM element. |
style
An inline style.
Declaration
style?: string
Property Value
Type | Description |
---|---|
string | An inline style. |
text
A text node.
Declaration
text?: string
Property Value
Type | Description |
---|---|
string | A text node. |