Definitions

Property in Project

Summary

Gets or sets the path to a JSON file containing command and function definitions that this project references.

public string? Definitions { get; set; }

Remarks

Definitions files are used by editing tools to provide type information and other externally-defined data used by the Yarn scripts.

Last updated

Was this helpful?