Update types to reflect what is actually there on the kcContext
This commit is contained in:
parent
2a88e6802f
commit
442bfa4ed6
@ -84,7 +84,7 @@ export declare namespace KcContext {
|
|||||||
description?: string;
|
description?: string;
|
||||||
attributes: Record<string, string>;
|
attributes: Record<string, string>;
|
||||||
};
|
};
|
||||||
isAppInitiatedAction: boolean;
|
isAppInitiatedAction?: boolean;
|
||||||
messagesPerField: {
|
messagesPerField: {
|
||||||
/**
|
/**
|
||||||
* Return text if message for given field exists. Useful eg. to add css styles for fields with message.
|
* Return text if message for given field exists. Useful eg. to add css styles for fields with message.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user