Documentation Language: Swift

Structure

IndexPageBuilder.TutorialEntry

A tutorial collection entry.

struct TutorialEntry

Topics

Initializers

?
init(title:path:tutorialCount:)

Creates a new tutorial entry.

Instance Properties

V
path

The relative URL path to the tutorial overview.

V
title

The tutorial collection title.

V
tutorialCount

The number of tutorials in the collection.

Relationships

Conforms To