We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IVariableMap.createVariable()
1 parent ec01df4 commit 7479c2bCopy full SHA for 7479c2b
1 file changed
core/interfaces/i_variable_map.ts
@@ -43,7 +43,7 @@ export interface IVariableMap<T extends IVariableModel<IVariableState>> {
43
* Creates a new variable with the given name. If ID is not specified, the
44
* variable map should create one. Returns the new variable.
45
*/
46
- createVariable(name: string, id?: string, type?: string | null): T;
+ createVariable(name: string, type?: string, id?: string | null): T;
47
48
/* Adds a variable to this variable map. */
49
addVariable(variable: T): void;
0 commit comments