PlatformNodeList

expect interface PlatformNodeList

Inheritors

actual external interface PlatformNodeList

Inheritors

actual typealias PlatformNodeList = NodeList
actual interface PlatformNodeList

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract operator fun get(index: Int): PlatformNode?
Link copied to clipboard
abstract fun getLength(): Int
Link copied to clipboard
abstract fun item(index: Int): PlatformNode?
open fun item(index: Int): PlatformNode?
Link copied to clipboard
abstract operator fun iterator(): Iterator<PlatformNode>
Link copied to clipboard