Contains the custom component's JSON parameters
export class CustomComponentParameters { private constructor(); readonly params: unknown;} Copy
export class CustomComponentParameters { private constructor(); readonly params: unknown;}
Private
Readonly
JSON object containing the parameters from the custom component definition
This property can't be read in early-execution mode.
Contains the custom component's JSON parameters
Source