Appearance
Core DSL
The core helpers define documents, parts, and scalar expressions.
Core: Document and Parts
context(overrides?) -> BuildContextdocument(id, parts, context?, assemblies?, opts?) -> IntentDocumentpart(id, features, opts?) -> IntentPart
Examples:
Core: Parameters and Expressions
paramLength(id, value) -> ParamDefparamAngle(id, value) -> ParamDefparamCount(id, value) -> ParamDefexprLiteral(value, unit?) -> ExprexprParam(id) -> ExprexprAdd(left, right) -> ExprexprSub(left, right) -> ExprexprMul(left, right) -> ExprexprDiv(left, right) -> ExprexprNeg(value) -> Expr