File

src/app/layout/html-builder/entity/component.entity.ts

Description

组件实体

Index

Properties

Properties

Public cid
Type : string | number
Public formData
Type : object
Public template
Type : string
Public usr
Type : string
export class ComponentEntity {
  // 组件名
  public template: string;
  // 组件id,时间戳生产
  public cid: string | number;
  // 组件属性
  public formData: object;
  // 组件创建人
  public usr: string;
}

result-matching ""

    No results matching ""