Polyend Tracker Library - v0.1.1
    Preparing search index...

    Interface PatternsMetadata

    Represents the metadata for a collection of patterns.

    ℹ️ There is no need to create this yourself. Use Tracker.createPatternsMetadata instead.

    interface PatternsMetadata {
        headerInfo: MetadataHeaderInfo;
        patternNames: string[];
    }
    Index

    Properties

    headerInfo: MetadataHeaderInfo

    Header Information

    patternNames: string[]

    The names of the patterns (if defined). Each index corresponds to a pattern, starting from 0. Pattern name can be max. 30 characters long.