Insomnia-Script-SDK-Docs
    Preparing search index...

    Class VariableList<T>

    A specialized list for managing variables, extending the PropertyList class.

    Type Parameters

    • T extends Variable

      The type of variable that extends the Variable base class.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    list: T[] = []
    parent: undefined | Property | PropertyList<any>
    typeClass: { _index?: string }

    Methods