mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
TS for Box widget
This commit is contained in:
@@ -170,7 +170,7 @@ export class et2_widget extends ClassWithAttributes
|
||||
"ignore": true,
|
||||
"description": "Object of widget attributes"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Set the legacyOptions array to the names of the properties the "options"
|
||||
// attribute defines.
|
||||
@@ -185,7 +185,7 @@ export class et2_widget extends ClassWithAttributes
|
||||
/**
|
||||
* Set this variable to true if this widget can have namespaces
|
||||
*/
|
||||
createNamespace: false;
|
||||
createNamespace: boolean = false;
|
||||
|
||||
/**
|
||||
* Widget constructor
|
||||
|
Reference in New Issue
Block a user