I like being able to do this:
class Form extends RPCFormBase {
...
await this.invokeRPC("prefill");
WHLIB: PUBLIC MACRO RPC_Prefill()
To keep the logic in the same folder as the form (page.ts / page.whlib)
Is there an option to do the same but directly calling a TS RPC? So I can have a folder with files like:
account.ts
account.rpc.ts. <== 'prefill' function here
account.witty
(probably not but you never know)