PlaceholdersProvider()
Home > @gooddata/sdk-ui > PlaceholdersProvider
PlaceholdersProvider() function
Wraps component into a PlaceholdersContext consumer enabling the children of this to access the current placeholders state.
Signature:
export declare function PlaceholdersProvider({ children, initialValues }: IPlaceholdersProviderProps): ReactElement;
Parameters
Parameter |
Type |
Description |
---|---|---|
{ children, initialValues } |
Returns:
ReactElement