@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias GenerateTableOfContentsOptions

    Config for the generateTableOfContents method.

    type GenerateTableOfContentsOptions = {
        enabled: boolean;
        maxDepth: 1 | 2 | 3 | 4 | 5 | 6;
        minDepth: 1 | 2 | 3 | 4 | 5 | 6;
    }
    Index

    Properties

    enabled: boolean
    maxDepth: 1 | 2 | 3 | 4 | 5 | 6
    minDepth: 1 | 2 | 3 | 4 | 5 | 6