소스 검색

Update command linker docs.

Afshin Darian 8 년 전
부모
커밋
9a6d73adf6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/commandlinker/commandlinker.ts

+ 4 - 0
src/commandlinker/commandlinker.ts

@@ -98,6 +98,8 @@ interface ICommandLinker extends IDisposable {
    *
    * @param args - The arguments with which to invoke the command.
    *
+   * @returns The same attributes that were passed in.
+   *
    * #### Notes
    * The attributes instance that is returned is identical to the attributes
    * instance that was passed in, i.e., this method mutates the original.
@@ -218,6 +220,8 @@ class CommandLinker implements ICommandLinker {
    *
    * @param args - The arguments with which to invoke the command.
    *
+   * @returns The same attributes that were passed in.
+   *
    * #### Notes
    * The attributes instance that is returned is identical to the attributes
    * instance that was passed in, i.e., this method mutates the original.