mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-17 05:47:34 +08:00
JsDoc types fixed and typecheck activated
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @typedef {import("../Blueprint").default} Blueprint
|
||||
*/
|
||||
export default class IContext {
|
||||
|
||||
/** @type {HTMLElement} */
|
||||
target
|
||||
|
||||
/** @type {import("../Blueprint").default}" */
|
||||
/** @type {Blueprint} */
|
||||
blueprint
|
||||
|
||||
/** @type {Object} */
|
||||
|
||||
Reference in New Issue
Block a user