@microsoft/fast-foundation > DefaultComponentPresentation > (constructor)
DefaultComponentPresentation.(constructor)
Creates an instance of DefaultComponentPresentation.
Signature:constructor(template?: ElementViewTemplate, styles?: ComposableStyles | ComposableStyles[]);
Parameters
Parameter | Type | Description |
---|---|---|
template | ElementViewTemplate | The template to apply to the element. |
styles | ComposableStyles | ComposableStyles[] | The styles to apply to the element. |