Skip to content

Nested types #27

Description

I would like to nest types.

I now have four types for a Gallery; Gallery, GalleryItem, GalleryPhotoItem and GalleryVideoItem. I'm inheriting the GalleryPhotoItem and GalleryVideoItem from the GalleryItem. These types cannot function without the GalleryItem. Therefore I would like to nest them within the GalleryItem.

Gallery
GalleryItem

  • Video(Item)
  • Photo(Item)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions