Category:Interface types: Difference between revisions

Category page
m +cat
Tag: 2017 source edit
recat
 
Line 1: Line 1:
[[Interface types]] are a subcategory of [[reference types]] that provide a shared API to any type that implements the interface. In Resonite, they are usually used to generalize [[Type:SyncRef|SyncRef]] fields to work with multiple different types.
[[Interface types]] are a subcategory of [[reference types]] that provide a shared API to any type that implements the interface. In Resonite, they are usually used to generalize [[Type:SyncRef|SyncRef]] fields to work with multiple different types.


[[Category:Type]]
[[Category:Reference types]]

Latest revision as of 10:13, 19 September 2025

Interface types are a subcategory of reference types that provide a shared API to any type that implements the interface. In Resonite, they are usually used to generalize SyncRef fields to work with multiple different types.