Getter and setter methods for title, author, datadir and theme
Getter and setter methods for title, author, datadir and theme for correct access to the slots of the object
Merge request reports
Activity
With this solution, our users now have to remember that
- Interactivity can be fetched/set with
interactivity()
andinteractivity() <-
- all other functions work with a
get_
andset_
prefix.
Why not add getter/setter methods 100% analogous to the
interactivity
-function? This would allow:# Get title title(dashboard) # Set title title(dashboard) <- "New title"
and it would be much easier to remember...
- Interactivity can be fetched/set with
mentioned in commit 6c1ffd72
Please register or sign in to reply