Stored charm ID: {computed(() => {
if (!cellRef) return "undefined";
if (!cellRef.charm) return "no charm stored yet";
return cellRef.charm[UI] || "charm has no UI";
})}
Create Sub Charm
{ifElse(
cellRef.charm,
(
Go to Stored Charm
),
(
no subcharm
),
)}
),
cellRef,
};
},
);