resolvedOptions property

CommandOptions resolvedOptions

Get the resolved options for this child.

Since CommandRegisterable implements Options, any class implementing this interface can provide options. However, since options are designed to be inherited, this getter provides a quick way to access options merged with those of this child's parent, if any.

You might also be interested in:

  • options, for getting the options unique to this child.

Implementation

CommandOptions get resolvedOptions;