Skip to content

ActionType🔗

Dashboard action type

Definition🔗

class ActionType(enum.StrEnum):
    """
    Dashboard action type
    """

    FETCH = "fetch"
    INFINITY = "infinity"