mirror of https://gitee.com/antv-l7/antv-l7
chore: protected source data
This commit is contained in:
parent
c2ec46a8d9
commit
c5894c9659
|
@ -67,8 +67,8 @@ export default class Source extends EventEmitter implements ISource {
|
||||||
private dataArrayChanged: boolean = false;
|
private dataArrayChanged: boolean = false;
|
||||||
|
|
||||||
// 原始数据
|
// 原始数据
|
||||||
private originData: any;
|
protected originData: any;
|
||||||
private rawData: any;
|
protected rawData: any;
|
||||||
private cfg: Partial<ISourceCFG> = {
|
private cfg: Partial<ISourceCFG> = {
|
||||||
autoRender: true
|
autoRender: true
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue