ValuesOrPlaceholders
Home > @gooddata/sdk-ui > ValuesOrPlaceholders
ValuesOrPlaceholders type
Represents array of values T or placeholders that may hold value T.
Signature:
export type ValuesOrPlaceholders<T> = AnyArrayOf<ValueOrMultiValuePlaceholder<T>>;
References: AnyArrayOf, ValueOrMultiValuePlaceholder