Component({ properties: { loadMoreType: { type: String, value: 'none' }, loadMoreVisible: { type: Boolean, value: false } } })