netsuite-uif-spa-reference

Look up NetSuite UIF SPA component APIs from TypeScript declarations.

321|103|Updated Nov 19, 2019
One-click install
npx skills add https://github.com/oracle/netsuite-suitecloud-sdk --skill netsuite-uif-spa-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netsuite-uif-spa-reference
Source: https://github.com/oracle/netsuite-suitecloud-sdk/tree/main/packages/agent-skills/netsuite-uif-spa-reference
Command: npx skills add https://github.com/oracle/netsuite-suitecloud-sdk --skill netsuite-uif-spa-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers building or debugging NetSuite UIF single-page application components often must search large TypeScript declaration files and scattered docs to find constructors, props, methods, enums, and hooks; this skill centralizes that knowledge and speeds lookups so you can implement and troubleshoot components confidently.

Core Features & Use Cases

  • Complete TypeScript definitions for the UIF runtime and component layer are packaged for quick reference.
  • Fast lookup of constructors, methods, props, enums, hooks, and component options for @uif-js/core and @uif-js/component.
  • Practical guidance and production-tested pitfalls for common components like DataGrid, StackPanel, Modal, and Date handling.
  • Use cases: building or modifying JSX UIF components, debugging runtime errors from UIF framework code, verifying enum values, and inspecting API contracts before coding.

Quick Start

Search the references directory for a class or enum name to view its constructor signatures, props, methods, and file location.

Frequently Asked Questions about netsuite-uif-spa-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up TypeScript props and methods for NetSuite UIF SPA components?

Look up NetSuite UIF SPA TypeScript props and methods by searching local .d.ts references to return constructors, methods, props, enums, hooks, and file locations for @uif-js/core and @uif-js/component symbols. This centralizes definitions for quick inspection.

What is the best way to find enum values in the @uif-js/component library?

Find @uif-js/component enum values by querying packaged TypeScript definitions that provide fast lookup of constructors, methods, props, enums, and hooks. This verifies API contracts and returns file locations before coding.

Where can I find constructor signatures and usage notes for UIF DataGrid and Modal components?

Find UIF DataGrid and Modal constructor signatures and usage notes by inspecting complete TypeScript definitions for the UIF runtime, which include practical guidance and production-tested pitfalls for common components like StackPanel and Date handling.

Does NetSuite UIF API lookup work without external documentation?

NetSuite UIF API lookup works without external documentation by searching complete, locally packaged TypeScript definitions for the runtime and component layer, centralizing constructors, props, and methods for building and debugging JSX components.

How do I debug runtime errors from NetSuite UIF framework code?

Debug NetSuite UIF framework runtime errors by inspecting @uif-js/core and @uif-js/component TypeScript declarations to verify API contracts, check enum values, and locate exact method signatures and file locations before implementing fixes.