Skip to content
Jigwright

Properties

4 tools for working with properties.

Split by whether they change your project. Read-only tools are always safe to try.

Reading

  • Get Property — Read one property's current value as text.
  • List Properties — List an object's properties with type and current value. Use this before hf_set_property to find the exact name.

Writing

  • Save Object — Save an object's package to disk and confirm a file actually landed. Reports read-only, provider-not-connected, and checked-out-by-someone-else as distinct causes, since each needs a different fix.
  • Set Property — Set one property and verify it took. Returns a before/after diff read back from the object, not the value that was requested. Leaves the package dirty; call hf_save_object to persist.