Interface CrudInit<T, LT>

Crud instantiation data.

interface CrudInit<T, LT> {
    actionDetail?: boolean;
    actionName?: string;
    base?: string;
    cacheEnable?: boolean;
    getContext?: GetContextFunction;
    injector: Injector;
    mapItem?: MapItemFunction<any>;
    name: string;
}

Type Parameters

  • T
  • LT

Properties

actionDetail?: boolean
actionName?: string
base?: string
cacheEnable?: boolean
getContext?: GetContextFunction
injector: Injector

Crud.injector

mapItem?: MapItemFunction<any>
name: string