AssetPoint position changed for the StaticMachive and Floatwidget iconName added
This commit is contained in:
@@ -3,6 +3,7 @@ import MainModel from "../../connect/mongoose.ts";
|
||||
|
||||
export interface floatingWidget extends Document {
|
||||
className: string;
|
||||
iconName: string;
|
||||
header: string;
|
||||
floatWidgetID: string;
|
||||
position: {};
|
||||
@@ -18,6 +19,7 @@ export interface floatingWidget extends Document {
|
||||
const floatingWidgetSchema: Schema = new Schema(
|
||||
{
|
||||
className: { type: String },
|
||||
iconName: { type: String },
|
||||
header: { type: String },
|
||||
floatWidgetID: { type: String },
|
||||
position: { type: Object },
|
||||
|
||||
Reference in New Issue
Block a user