We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1729c40 + 54c93ce commit a5b01fcCopy full SHA for a5b01fc
1 file changed
lib/actions/fileAction.ts
@@ -102,12 +102,12 @@ export interface FileActionData {
102
/**
103
* If true, the renderInline function will be called
104
*/
105
- inline?: (context: ActionContext) => boolean,
+ inline?: (context: ActionContextSingle) => boolean,
106
107
* If defined, the returned html element will be
108
* appended before the actions menu.
109
110
- renderInline?: (context: ActionContext) => Promise<HTMLElement | null>,
+ renderInline?: (context: ActionContextSingle) => Promise<HTMLElement | null>,
111
}
112
113
export class FileAction {
0 commit comments