Skip to main content

@microsoft/fast-foundation > ComponentPresentation

ComponentPresentation variable

An API gateway to component presentation features.

Signature:
ComponentPresentation: Readonly<{
define(tagName: string, presentation: ComponentPresentation, container: Container): void;
forTag(tagName: string, element: HTMLElement): ComponentPresentation | null;
}>