Tagscript

tagscript


Interface: IActions

Defined in: interfaces/index.ts:46

This is used to store actions data by to parsers for later use by developers. If you want to add more actions to it, you need to use Augmentation.

Properties

deny?

optional deny: object

Defined in: interfaces/index.ts:47

ids

ids: string[]

message

message: null | string


require?

optional require: object

Defined in: interfaces/index.ts:48

ids

ids: string[]

message

message: null | string

On this page