Libertas OS API Documentation
    Preparing search index...

    Interface LuaIterationExtension<TBrand>

    Indicates a type is a language extension provided by TypescriptToLua when used in a for-of loop. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    interface LuaIterationExtension<TBrand extends string> {
        __tstlIterable: TBrand;
    }

    Type Parameters

    • TBrand extends string

      A string used to uniquely identify the language extension type

    Index

    Properties

    Properties

    __tstlIterable: TBrand