Libertas OS API Documentation
    Preparing search index...

    Interface LuaExtension<TBrand>

    Indicates a type is a language extension provided by TypescriptToLua when used as a value or function call. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    interface LuaExtension<TBrand extends string> {
        __tstlExtension: TBrand;
    }

    Type Parameters

    • TBrand extends string

      A string used to uniquely identify the language extension type

    Index

    Properties

    Properties

    __tstlExtension: TBrand