createDefaultProps(): { autoplay: boolean; crossOrigin: string; devTags: ReactiveVariable<undefined | string[]>; enabled: boolean; execOnceFuncStr: undefined | string; extras: ReactiveVariable<JsonValue>; flipY: boolean; loop: boolean; name: string; pixelFormat: CzmPixelFormatType; ref: undefined | string; showPreview: boolean; size: ReactiveVariable<undefined | [width
: number, height
: number]>; toDestroyFuncStr: undefined | string; updateFuncStr: undefined | string; uri: undefined | string; uriType: undefined | ComplexImageType;} 返回 {
autoplay: boolean;
crossOrigin: string;
devTags: ReactiveVariable<undefined | string[]>;
enabled: boolean;
execOnceFuncStr: undefined | string;
extras: ReactiveVariable<JsonValue>;
flipY: boolean;
loop: boolean;
name: string;
pixelFormat: CzmPixelFormatType;
ref: undefined | string;
showPreview: boolean;
size: ReactiveVariable<undefined | [width: number, height: number]>;
toDestroyFuncStr: undefined | string;
updateFuncStr: undefined | string;
uri: undefined | string;
uriType: undefined | ComplexImageType;
}
autoplay: boolean
crossOrigin: string
enabled: boolean
execOnceFuncStr: undefined | string
flipY: boolean
loop: boolean
name: string
ref: undefined | string
showPreview: boolean
size: ReactiveVariable<undefined | [width: number, height: number]>
toDestroyFuncStr: undefined | string
updateFuncStr: undefined | string
uri: undefined | string
对象类型名称相关的开发标签数组,使用 reactArrayWithUndefined 进行响应式处理,默认为 undefined。