LayoutMetaType
Defined in: packages/schema/src/meta/layout.ts:6
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LayoutMetaType(
layout_):LayoutMetaType
Defined in: packages/schema/src/meta/layout.ts:7
Parameters
Section titled “Parameters”layout_
Section titled “layout_”Map<string, IMetaType<Node>>
Returns
Section titled “Returns”LayoutMetaType
Accessors
Section titled “Accessors”layout
Section titled “layout”Get Signature
Section titled “Get Signature”get layout():
Map<string,IMetaType<Node>>
Defined in: packages/schema/src/meta/layout.ts:9
Returns
Section titled “Returns”Map<string, IMetaType<Node>>
Methods
Section titled “Methods”parse()
Section titled “parse()”parse(
input,ctx):Promise<Result<void,SchemaError>>
Defined in: packages/schema/src/meta/layout.ts:13
Parameters
Section titled “Parameters”Document
Returns
Section titled “Returns”Promise<Result<void, SchemaError>>