data
Custom data for populating the URL template.
Declaration
data: {
[key: string]: any;
};Discussion
The default value is {}.
Custom data for populating the URL template.
data: {
[key: string]: any;
};The default value is {}.