settings

@JvmName(name = "settings")
actual fun settings(index: UInt): Map<String, String?>(source)

Get the property settings for the given pattern index.

Properties are set using the #set! predicate.

Return

A map of properties with optional values.

Throws

If the index exceeds the pattern count.

expect fun settings(index: UInt): Map<String, String?>(source)

Get the property settings for the given pattern index.

Properties are set using the #set! predicate.

Return

A map of properties with optional values.

Throws

If the index exceeds the pattern count.

@JvmName(name = "settings")
actual fun settings(index: UInt): Map<String, String?>(source)

Get the property settings for the given pattern index.

Properties are set using the #set! predicate.

Return

A map of properties with optional values.

Throws

If the index exceeds the pattern count.

actual fun settings(index: UInt): Map<String, String?>(source)

Get the property settings for the given pattern index.

Properties are set using the #set! predicate.

Return

A map of properties with optional values.

Throws

If the index exceeds the pattern count.