Type alias CacheKey<Sub, Act, Obj>

CacheKey<Sub, Act, Obj>: {
    action?: Act | PropValue & ControlOptions;
    object?: Obj | PropValue & ControlOptions;
    subject?: Sub | PropValue & ControlOptions;
} & ControlOptions

Type Parameters

  • Sub = string
  • Act = string
  • Obj = string

Type declaration

Generated using TypeDoc