MCPcopy Create free account
hub / github.com/apitable/apitable / update

Method update

packages/components/src/components/modal/interface.ts:156–156  ·  view source on GitHub ↗
(config: IModalFuncProps)

Source from the content-addressed store, hash-verified

154export interface IModalRef {
155 close(): void;
156 update?(config: IModalFuncProps): IModalRef;
157}
158
159export type IModalFunc = (props: IModalFuncProps) => IModalRef;

Callers 15

updateMethod · 0.65
updateMethod · 0.65
updateWithHttpInfoMethod · 0.65
updateTaskRunHistoryMethod · 0.65
updateTriggerInputMethod · 0.65
changeTriggerTypeIdMethod · 0.65
updateStatusByTaskIdMethod · 0.65
updateActionInputMethod · 0.65
changeActionTypeIdMethod · 0.65
deleteRobotMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected