Sourceableinterface
{
readonly source: T;
}| Property | Type | |
|---|---|---|
.source | T | The wrapped source object this object delegates to. required readonly |
Something that has a source of a specified type.
{
readonly source: T;
}| Property | Type | |
|---|---|---|
.source | T | The wrapped source object this object delegates to. required readonly |
Something that has a source of a specified type.