How to declare data scheme with object with array of custom objects in it?
I want to implement my dataConnector and post some custom data(like object with array of object as a field in it):
class MyClass {
id:number;
name:string;
subItems: SubItem[]
}
class SubItem {
id:number;
name:string;
}
Maybe you have some examples how to do this because some examples from documentation I guess are out of date.
Create an account in the community
A Lucid account is required to interact with the Community, and your participation is subject to the Supplemental Lucid Community Terms. You may not participate in the Community if you are under age 18. You will be redirected to the Lucid app to log in.
Log in to the community
A Lucid account is required to interact with the Community, and your participation is subject to the Supplemental Lucid Community Terms. You may not participate in the Community if you are under age 18. You will be redirected to the Lucid app to log in.
Log in with Lucid
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.