Data interface for the type of action.

interface IActionAbstractMediaTypedMediaTypeFormats {
    context: IActionContext;
    mediaTypeFormats: boolean;
}

Hierarchy (view full)

  • IAction
    • IActionAbstractMediaTypedMediaTypeFormats

Properties

The input context that is passed through by actors.

mediaTypeFormats: boolean

True if media type formats should be retrieved.