GetType Function
Returns the gadget type of a given gadget item from an Envision document currently opened in the Canvas Envision Creator app.
GetType(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]]): Promise<[[[EvGadgetType|evgadgettype-type-alias.html]]]>
Parameters
Return value
Promise<EvGadgetType>A Promise that, if fulfilled, resolves to a string that is the gadget type of the given gadget item in the current document.
02 April 2025