Package com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks
package com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks
-
ClassDescriptionAbstractBlockWidgetData<T extends AbstractBlockWidgetData<T,
V, S, SX>, V extends BlockValuesInterface, S extends BlockSlotsInterface, SX extends BlockStylesInterface> Base class for the data returned in rendering a block of a specific type.A link used within a (widget) block.marker-interface for classes (enums, actually) used to define the "slots" within a widget-block that can have links or tooltips applied to them.Marker interface for classes that define the "styles" that can be customized within a particular widget-block type.A tooltip used within a (widget) block.Marker interface for classes that define the values that can be returned for a particular widget-block type.