feat: allow readonly actions to be used in viewMode (#5982)
This commit is contained in:
@ -164,4 +164,7 @@ export interface Action {
|
||||
value: any,
|
||||
) => boolean;
|
||||
};
|
||||
/** if set to `true`, allow action to be performed in viewMode.
|
||||
* Defaults to `false` */
|
||||
viewMode?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user