Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
export
interface
IModalRef {
155
close(): void;
156
update?(config: IModalFuncProps): IModalRef;
157
}
158
159
export
type
IModalFunc = (props: IModalFuncProps) => IModalRef;
Callers
15
update
Method · 0.65
update
Method · 0.65
updateWithHttpInfo
Method · 0.65
updateTaskRunHistory
Method · 0.65
updateTriggerInput
Method · 0.65
changeTriggerTypeId
Method · 0.65
updateStatusByTaskId
Method · 0.65
updateRobotPrevActionIdByOldPrevActionId
Method · 0.65
deleteActionByActionId
Method · 0.65
updateActionInput
Method · 0.65
changeActionTypeId
Method · 0.65
deleteRobot
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected