I’ve found the solution myself right now. Didn’t find the keyword anywhere. But it is:
“OnQuickLaunch”. I hope it helps someone.
const listDefinition : any = {
“Title”: “My List”,
“Description”: “My description”,
“AllowContentTypes”: true,
“BaseTemplate”: 100,
“ContentTypesEnabled”: true,
“???”: this.state.addListToWebsiteNavigation
};
Thanks in advance!
]]>