Folder() function
Use this decorator to group multiple params into one folder
Signature:
export declare function Folder(label: string, opts?: any): (target: any, key: any) => void;
Parameters
Parameter |
Type |
Description |
---|---|---|
label |
string | |
opts |
any |
(Optional) |
(target: any, key: any) => void