Skip to contents

Layout Class

Format

An R6Class generator object

Methods


Method new()

Usage

Layout$new(...)


Method toJSON()

Usage

Layout$toJSON()


Method fromJSON()

Usage

Layout$fromJSON(LayoutJson)


Method toJSONString()

Usage

Layout$toJSONString()


Method fromJSONString()

Usage

Layout$fromJSONString(LayoutJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

Layout$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.