Closed
Description
Search terms
Indexable muti
Expected Behavior
/**
* Matches event names to generate a simple invoker
* @group Index reflections
* @example
* let data=await jsstp.OnTest(123,"abc");
*/
[key: `On${string}`]: simple_event_caller;
/**
* Matches event names to generate a simple invoker
* @group Index reflections
* @example
* let data=await jsstp.GetNames();
*/
[key: `Get${string}`]: simple_list_command_caller;
/**
* Matches event names to generate a simple invoker
* @group Index reflections
* @example
* let data=await jsstp.SetCookie("abc","def");
*/
[key: `Set${string}`]: simple_command_caller;
The document should show all 3 indexables.
Actual Behavior
https://ukatech.github.io/jsstp-lib/doc/EN/classes/jsstp_t.html
just first one
Steps to reproduce the bug
class cla {
[key: `1${string}`]: number;
[key: `2${string}`]: string;
}
maybe this
Environment
- Typedoc version:
^0.25.3
- TypeScript version: idk
- Node.js version:
latest
- OS:
ubuntu-latest
https://github.com/ukatech/jsstp-lib/blob/master/.github/workflows/static-page.yml