Interface OAVDefaultParam

OAVDefault 组件参数

Hierarchy

  • OAVDefaultParam

Properties

component: "OAVDefault"
componentParam: {
    dragparam?: {
        accepttype: string;
        datatype?: string;
    };
}

Type declaration

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

    拾取参数

    • accepttype: string

      可接受数据类型

    • Optional datatype?: string

      提供数据类型

Generated using TypeDoc