ContentLayout<TBlockType>
Generic layout structure for content organization Used by lessons that need ordered, type-based content blocks
Extended by
Type Parameters
| Type Parameter |
|---|
TBlockType extends string |
Properties
layout
layout: {
id: string;
type: TBlockType;
}[];
Ordered layout defining content structure
id
id: string;
ID reference to the actual content
type
type: TBlockType;
Type of content block