Constructors
constructor
- new Layout(name: string, definition: string, remote?: boolean, ignoreMissingBody?: boolean): Layout
-
Parameters
-
name: string
-
definition: string
-
Optional remote: boolean
-
Optional ignoreMissingBody: boolean
Methods
getBodyContents
- getBodyContents(): string
getDialogsContents
- getDialogsContents(): string
getHeaderContents
- getHeaderContents(): string
stringify
- stringify(disableStrictMode?: boolean): string
-
Parameters
-
Optional disableStrictMode: boolean
Returns string