Skip to content
Nicolas Roard edited this page Jun 11, 2021 · 2 revisions

ConstraintSet can be initialized from a JSON string:

        {
            g1: { type: 'vGuideline', start: 80 },
            button: {
              top: ['title', 'bottom', 16],
              start: ['g1', 'start']
            },
            title: {
              centerVertically: 'parent',
              start: ['g1', 'start']
            }
        }