Interface ActionPath

interface ActionPath {
    action: string;
    containerPath: string;
    contextPath: string;
    controller: string;
}

Properties

action: string
containerPath: string
contextPath: string
controller: string

Generated using TypeDoc