# Interface GetDashboardModelsParams

Parameters for useGetDashboardModels hook.

# Extends

# Properties

# enabled

enabled?: boolean

Boolean flag to control if the hook is executed

If not specified, the default value is true

# Inherited from

HookEnableParam.enabled


# includeWidgets

includeWidgets?: boolean

Boolean flag whether to include widgets in the dashboard model

If not specified, the default value is false

# Inherited from

GetDashboardModelsOptions.includeWidgets


# searchByTitle

searchByTitle?: string

Dashboard title to search by

Dashboard titles are not necessarily unique, so the result may contain multiple dashboards.

# Inherited from

GetDashboardModelsOptions.searchByTitle