CategoryTypeable
public protocol CategoryTypeable
The Amplify category with which the conforming type is associated. Categories, Plugins, ClientBehaviors, etc must all share the same CategoryType
-
Declaration
Swift
var categoryType: CategoryType { get }