ValueOrPlaceholder
Home > @gooddata/sdk-ui > ValueOrPlaceholder
ValueOrPlaceholder type
Represents value of type T or any placeholder that may hold value T.
Signature:
export type ValueOrPlaceholder<T> = T | AnyPlaceholderOf<T>;
References: AnyPlaceholderOf