Skip to main content

Properties


Properties

keywords

keywords: string[] | { name: string; keywords: string[]; }[]
Keywords can be either a flat array of strings or structured groups. For CPP compatibility, use structured format: Array<{name: string, keywords: string[]}>