netsuite-uif-spa-reference
Installation
SKILL.md
NetSuite UIF Reference
Complete type definitions for @uif-js/core and @uif-js/component, the two packages that power NetSuite SPA (single-page application) user interfaces.
When to Use
- Building or modifying a UIF SPA component (JSX files)
- Looking up the exact API for a UIF class (Date, ArrayDataSource, Router, etc.)
- Checking available props/methods on UIF components (DataGrid, StackPanel, Button, etc.)
- Debugging runtime errors from UIF framework code
- Verifying enum values (for example,
Button.Hierarchy,GapSize,DataGrid.ColumnType) - Understanding UIF Date vs. Native Date behavior
Reference Data
The type definitions are located in the references/ subdirectory.