getInventoryLayout

abstract suspend fun getInventoryLayout(name: String): Layout?

Retrieves an inventory layout by name.

Return

the Layout if found, or null otherwise

Parameters

name

layout name to look up