getLayoutName

getLayoutName() ⇒ String

Access the Layout information from the context.

Kind: global function
Returns: String - Layout Name
Since: v0.0.1
Example

// undefined
 getLayoutName() // -> ""

 // defined
 // context: {
 //     attributes: {
 //         layout: "records"
 //     }
 // }
 getLayoutName() // -> "records"