Skip to main content
Version: 2.x

SourceLifetime variable

@microsoft/fast-element > SourceLifetime

SourceLifetime variable

Describes how the source's lifetime relates to its controller's lifetime.

Signature:

SourceLifetime: Readonly<&#123;
readonly unknown: undefined;
readonly coupled: 1;
&#125;>