SourceLifetime variable
@microsoft/fast-element > SourceLifetime
SourceLifetime variable
Describes how the source's lifetime relates to its controller's lifetime.
Signature:
SourceLifetime: Readonly<{
readonly unknown: undefined;
readonly coupled: 1;
}>