CustomCommand - v1.0.0
    Preparing search index...

    Type Alias ccArg

    custom command argument that given to cmdFunction.

    type ccArg = {
        args: Record<string, any>;
        source: CustomCommandOrigin;
    }
    Index

    Properties

    Properties

    args: Record<string, any>

    the arguments.

    the one running the command.