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