Interface CreateInputTickHandlerOptions<GroupID>

Uses an array of InputTickHandlers to allow any number of inputs to be set up under one GroupID

interface CreateInputTickHandlerOptions<GroupID> {
    groups: CreateInputTickHandlerOptionsGroup<GroupID>[];
}

Type Parameters

  • GroupID extends string

Properties

Properties