IPlaceholderOptions
Home > @gooddata/sdk-ui > IPlaceholderOptions
IPlaceholderOptions interface
Common placeholder options.
Signature:
export interface IPlaceholderOptions<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id? | string | (Optional) By default, each placeholder has a unique generated id. | |
validate? | (value?: T) => void | (Optional) Provide function to validate the placeholder value. |