Category:Interface types: Difference between revisions

Category page
more info
m +cat
Tag: 2017 source edit
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]]

Revision as of 01:34, 13 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.