interface LoadData {
    autoPlay: boolean;
    source: ResolvableSource;
}

Properties

Properties

autoPlay: boolean