Component({
data: {
},
properties: {
loadMoreVisible: {
type: Boolean,
value: false
loadMoreType: {
type: String,
value: "loading"
}
})