✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Function toDashboardProps
toDashboardProps(
dashboardModel
):DashboardProps
Translates DashboardModel to DashboardProps.
# Parameters
Parameter | Type |
---|---|
dashboardModel | DashboardModel |
# Returns
# Example
<Dashboard {...dashboardModelTranslator.toDashboardProps(dashboardModel)} />