Skip to main content

Dashboard Widget Parameter Type

Overview

Represents a type of parameter a widget can accept. Each type points to a Perspective view used to edit its value.

Table Structure

The following table outlines the SQL columns for the dashboard_widget_parameter_types table, providing a brief description of each, along with sample data where applicable.

ColumnTypeDescriptionExample
idString (ULID)Unique identifier for the entity.01JAP8RJBN-8ZTPXSGY-J9GSDPE1
enabledBooleanIf the entity is enabled or not.true
created_dateDateTimeDate the entity was created.2025-01-01T10:00:00Z
created_byStringPerson who created the entity.TamakiMES
modified_dateDateTimeDate the entity was modified. Value is null upon creation, and on first edit.2025-01-02T12:00:00Z
modified_byStringLast person to modify the entity. Value is null upon creation, and on first edit.TamakiMES
notesStringNotes about the entity.Used by dropdown editors
spare1StringThe first spare column for additional context.extra context 1
spare2StringThe second spare column for additional context.extra context 2
spare3StringThe third spare column for additional context.extra context 3
nameStringUnique name of the parameter type.Integer
view_pathStringPerspective view path used to edit this type of parameter.Mes/Editors/Integer

Field Details

view_path

Perspective View path used by the UI to edit parameter values of this type.