William Persall
04/24/2024, 11:04 PMpublic abstract var listStyleType: csstype.ListStyleType?
In my code I have tried
listStyleType = ListStyleType. <-- no options appear
listStyleType = ListStyleType("none") <-- syntax error thown.
This is not the only element I am struggling with. What is the place or stratagem to find the correct pairings of element ( left) and value representation ( right)?