createViewModel method
SingleColumnLayoutComponentViewModel?
createViewModel(
- Document document,
- DocumentNode node
override
Produces a SingleColumnLayoutComponentViewModel with default styles for the given
node
, or returns null
if this builder doesn't apply to the given node.
Implementation
@override
SingleColumnLayoutComponentViewModel? createViewModel(Document document, DocumentNode node) {
return null;
}