Skip to content

Type Alias: ViewData<T, S>

ViewData<T, S> = Readonly<S extends Selection<T> ? Mask<T, S> : T & object>

Defined in: packages/fate/src/types.ts:219

Data returned from a resolved view with masking applied and view tags attached for downstream composition.

Type Parameters

T

T extends Entity

S

S extends Selection<T>

Released under the MIT License