Interface BaseAction<S, N, Scope, Context>

Type Parameters

Hierarchy

  • BaseAction

Properties

description?: string
form?: DynamicForm<Context> | ((context: Context) => DynamicForm<Context> | Promise<DynamicForm<Context>>)
generateFile?: boolean
scope: Scope
submitButtonLabel?: string

Methods

  • Parameters

    • context: Context
    • resultBuilder: default

    Returns void | Promise<void> | ActionResult | Promise<ActionResult>