Data interface for the type of action.

interface IActionHttpInvalidate {
    context: IActionContext;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

The input context that is passed through by actors.

url?: string

The URL that requires invalidation. If not provided, then all URLs need to be invalidated.