CustomCommand - v1.0.1
    Preparing search index...

    Type Alias ccArg<T>

    custom command argument that given to cmdFunction.

    type ccArg<T> = {
        args: T;
        source: CustomCommandOrigin;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    args: T

    the arguments.

    the one running the command.