DashboardLayoutComponentProvider
Home > @gooddata/sdk-ui-dashboard > IDashboardCustomComponentProps > DashboardLayoutComponentProvider
IDashboardCustomComponentProps.DashboardLayoutComponentProvider property
Specify function to obtain custom component to use for rendering a dashboard layout (nested).
Signature:
DashboardLayoutComponentProvider?: OptionalDashboardLayoutComponentProvider;
Remarks
- If not provided, the default implementation DefaultDashboardLayout will be used. - If factory function is provided and it returns undefined, then the default implementation DefaultDashboardLayout. This is useful if you want to customize just one particular nested layout and keep default rendering for the other nested layouts.