All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dom.html.HTMLTableCellElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.html

abstract external class HTMLTableCellElement :
    HTMLElement {
    /** Sets or retrieves abbreviated text for the object. */
    var abbr: String

    /** Retrieves the position of the object in the cells collection of a row. */
    val cellIndex: Int

    /** Sets or retrieves the number columns in the table that the object should span. */
    var colSpan: Int

    /** Sets or retrieves a list of header cells that provide information for the object. */
    var headers: String

    /** Sets or retrieves how many rows in a table the cell should span. */
    var rowSpan: Int

    /** Sets or retrieves the group of cells in a table to which the object's information applies. */
    var scope: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy