@microsoft/fast-foundation > ElementDefinitionContext > definePresentation
ElementDefinitionContext.definePresentation() method
Defines a presentation for the element.
Signature:
definePresentation(presentation: ComponentPresentation): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| presentation | ComponentPresentation | The presentation configuration. |
Returns:
void