Fix type of Hpml.pageVarUpdatedCallback (#6995)
This commit is contained in:
parent
136a087ae7
commit
9f9194ab5c
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ export class Hpml {
|
|||
private pageVars: PageVar[];
|
||||
private envVars: Record<keyof typeof envVarsDef, any>;
|
||||
public aiscript?: AiScript;
|
||||
private pageVarUpdatedCallback;
|
||||
public pageVarUpdatedCallback?: values.VFn;
|
||||
public canvases: Record<string, HTMLCanvasElement> = {};
|
||||
public vars: Ref<Record<string, any>> = ref({});
|
||||
public page: Record<string, any>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue