Data interface for the type of action.

interface IActionAbstractMediaTypedMediaTypes {
    context: IActionContext;
    mediaTypes: boolean;
}

Hierarchy (view full)

  • IAction
    • IActionAbstractMediaTypedMediaTypes

Properties

Properties

The input context that is passed through by actors.

mediaTypes: boolean

True if media types should be retrieved.