INNER CODE UNIT · JavaScript
ManifestViewerElement
AscensionGameDev/Intersect-Engine · Intersect.Server/wwwroot/js/assets.js:1
class ManifestViewerElement extends HTMLElement {
static observedAttributes = ['label', 'type'];
#attached = false;
/** @type {number | null} */
#raf = null;
/** @type {HTMLElement} */
#container = null;
/** @type {HTMLHeadingElement} */
#labelElement = null;
/** @type {HTMLElement} */
#entriesContainer = null;
/** @type {HTMLTemplateElement} */