Skip to main content
Version: 2.x

ExecutionContext variable

@microsoft/fast-element > ExecutionContext

ExecutionContext variable

Provides additional contextual information available to behaviors and expressions.

Signature:

ExecutionContext: Readonly<&#123;
default: ExecutionContext<any>;
getEvent(): Event | null;
setEvent(event: Event | null): void;
&#125;>