Signal+
DevForum Topic
  • Welcome
  • Installation
  • Getting started
    • Introduction
      • Custom types
  • API Reference
Powered by GitBook
On this page
  1. Getting started
  2. Introduction

Custom types

PreviousIntroductionNextAPI Reference

Last updated 4 days ago

It's extremely easy to define custom types for your signals with Signal+. This means you can have autocompletion for the in your signals:

You can provide your own parameters as shown in the screenshot above:

local mySignal = SignalPlus() :: SignalPlus.Signal<PARAMETERS_HERE>

All methods ( Connect, Once, Wait and Fire) will display your desired parameters.

parameters
Parameter autocompletion example