ImportDataAction

class ImportDataAction(subActions: List<Action> = emptyList()) : Action

Action representing request to import data.

Constructors

Link copied to clipboard
constructor(subActions: List<Action> = emptyList())

Properties

Link copied to clipboard
open override val type: ActionType

Returns type of action to make down-casting easier.