Class BaseTriggerProps

    • Constructor Detail

      • BaseTriggerProps

        public BaseTriggerProps()
    • Method Detail

      • getColor

        public final ClientOpaqueColor getColor()
        Returns:
        The main theme color for this action.
      • getIcon

        public final ClientIcon getIcon()
        Returns:
        The main icon for this action.
      • setColor

        public final void setColor​(ClientOpaqueColor color)
        Parameters:
        color - The main theme color for this action.
      • setDescription

        public final void setDescription​(String description)
        Parameters:
        description - An arbitrary description for this action, given by the user.
      • setIcon

        public final void setIcon​(ClientIcon icon)
        Parameters:
        icon - The main icon for this action.
      • setName

        public final void setName​(String name)
        Parameters:
        name - An arbitrary name for this action, given by the user.