skipLink.label

API Reference

การตั้งค่า

heading.anchorLabel

Constructor สำหรับสร้าง client instance

interface ChanomHubOptions {
apiKey: string;
baseUrl?: string;
timeout?: number;
}
const client = new ChanomHub(options: ChanomHubOptions);
พารามิเตอร์ประเภทคำอธิบาย
apiKeystringAPI key สำหรับการยืนยันตัวตน
baseUrlstringURL หลักของ API (ไม่บังคับ)
timeoutnumberระยะเวลา timeout เป็น ms (ไม่บังคับ)