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(props: IPlaceholdersProviderProps): JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | IPlaceholdersProviderProps |
Returns:
JSX.Element