Interface OAVArrayParam

OAVArray 组件参数

Hierarchy

  • OAVArrayParam

Properties

component: "OAVArray"
componentParam: {
    defaultItem: any;
    dragparam?: {
        accepttype: string;
        datatype?: string;
    };
}

Type declaration

  • defaultItem: any

    添加item时默认数据,赋值 ()=>any

  • Optional dragparam?: {
        accepttype: string;
        datatype?: string;
    }

    拾取参数

    • accepttype: string

      可接受数据类型

    • Optional datatype?: string

      提供数据类型

Generated using TypeDoc