-
Notifications
You must be signed in to change notification settings - Fork 1
Update GenericItem docs #51
Comments
there are actually quite a few things that are read/write, but only documented as read. both core wrapper stuff, and dsl stuff (for example Timer#id is actually r/w, so that TimerManager#schedule can twiddle with the id of an already created timer). things like GenericItem#label= need investigated on if it's kosher to call that method (like if the item is from anything besides a manageditemprovider). GenericItem#state= is also a thing, but I'm pretty sure it bypasses the entire event infrastructure. I use it in Items::Builder, specifically for that reason. |
Currently I'd have to do Item.label= I believe translates to |
refs #51 and add #modify method to update them in batch (or to override the provider check)
refs #51 and add #modify method to update them in batch (or to override the provider check)
refs #51 and add #modify method to update them in batch (or to override the provider check)
refs #51 and add #modify method to update them in batch (or to override the provider check)
I noticed several attributes aren't just read-only. They are actually read/write. For example,
GenericItem#label=
can be used to set the label.Opening this issue to remind myself.
The text was updated successfully, but these errors were encountered: