Solution

The Solution object, together with the Router and Frame objects, are the main objects used for configuring a solution.

SolutionConfig

Name Type Required Description
kind "Solution" Yes The solution describes a web application for Packhunt
version "v0" Yes The Packhunt solution configuration language version
assetsPath string No A valid path to a folder containing assets to be included in the solution
theme string No
frames Dictionary<string, FrameConfig> No The frames of the solution
router RouterConfig No The routes of the solution

Router

A Router object for configuring a set of routes.

Frame

A Frame object for configuring a generic container into which content blocks can be inserted.