MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / prefillObj

Function prefillObj

apps/OpenSign/src/utils/prefillUtils.js:16–25  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

14
15export const prefillBlockColor = "transparent";
16export const prefillObj = (id) => {
17 const obj = {
18 Id: id || randomId(),
19 Role: "prefill",
20 Name: "Prefill by owner",
21 blockColor: prefillBlockColor
22 };
23
24 return obj;
25};
26//funtion to use embed prefill details in documentAdd commentMore actions
27export const handleEmbedPrefillToDoc = async (
28 prefillDetails,

Callers

nothing calls this directly

Calls 1

randomIdFunction · 0.90

Tested by

no test coverage detected