# Chain Call You can configure the UI structure and its attributes and events and separate them with a dot\(.\) to implement chain call. ``` Column() { Image('1.jpg') .alt('error.jpg') .width(100) .height(100) }.padding(10) ```