SetLocked Function
Locks or unlocks a given object item from an Envision document currently opened in the Canvas Envision Creator app against editing.
SetLocked(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]], isLocked: boolean): Promise<void>
Parameters
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the given object item in the current Envision document has been successfully locked or unlocked against editing.
27 March 2025