ImportAttributes

sealed external interface ImportAttributes : Record<String, String> (source)

Properties

Link copied to clipboard
abstract var type: String?

Functions

Link copied to clipboard
open operator fun get(key: String): String?
Link copied to clipboard
open operator fun set(key: String, value: String)