Add extra context
This commit is contained in:
parent
fbd020ec31
commit
47b7408022
|
@ -65,7 +65,7 @@ export interface ComponentContext {
|
||||||
actions: any[]
|
actions: any[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export type ComponentContextType = "action"
|
export type ComponentContextType = "context" | "action"
|
||||||
|
|
||||||
export const enum ComponentContextScopes {
|
export const enum ComponentContextScopes {
|
||||||
Local = "local",
|
Local = "local",
|
||||||
|
|
Loading…
Reference in New Issue