1{ 2 "api_list": [ 3 { 4 "file_path": "api/@hms.collaboration.rcp.d.ts", 5 "api_info": { 6 "line": 84, 7 "problem": "LimitedVoidType", 8 "api_name": "write", 9 "api_type": "MethodSignature", 10 "api_optional": false, 11 "api_func_args": [ 12 { 13 "name": "buffer", 14 "type": "ArrayBuffer", 15 "is_optional": false, 16 "has_default": false 17 } 18 ], 19 "parent_api": [ 20 { 21 "api_name": "WriteFile", 22 "api_type": "InterfaceDeclaration" 23 }, 24 { 25 "api_name": "rcp", 26 "api_type": "ModuleDeclaration" 27 } 28 ], 29 "method_return_type": "Promise<number | void>", 30 "code_kind": 173 31 }, 32 "import_path": [ 33 "@hms.collaboration.rcp", 34 "@kit.RemoteCommunicationKit" 35 ], 36 "is_global": false 37 }, 38 { 39 "file_path": "api/@hms.collaboration.rcp.d.ts", 40 "api_info": { 41 "line": 116, 42 "problem": "LimitedVoidType", 43 "api_name": "write", 44 "api_type": "MethodSignature", 45 "api_optional": false, 46 "api_func_args": [ 47 { 48 "name": "buffer", 49 "type": "ArrayBuffer", 50 "is_optional": false, 51 "has_default": false 52 } 53 ], 54 "parent_api": [ 55 { 56 "api_name": "WriteStream", 57 "api_type": "InterfaceDeclaration" 58 }, 59 { 60 "api_name": "rcp", 61 "api_type": "ModuleDeclaration" 62 } 63 ], 64 "method_return_type": "Promise<number | void>", 65 "code_kind": 173 66 }, 67 "import_path": [ 68 "@hms.collaboration.rcp", 69 "@kit.RemoteCommunicationKit" 70 ], 71 "is_global": false 72 }, 73 { 74 "file_path": "api/@hms.collaboration.rcp.d.ts", 75 "api_info": { 76 "line": 132, 77 "problem": "LimitedVoidType", 78 "api_name": "writeSync", 79 "api_type": "MethodSignature", 80 "api_optional": false, 81 "api_func_args": [ 82 { 83 "name": "buffer", 84 "type": "ArrayBuffer", 85 "is_optional": false, 86 "has_default": false 87 } 88 ], 89 "parent_api": [ 90 { 91 "api_name": "SyncWriteStream", 92 "api_type": "InterfaceDeclaration" 93 }, 94 { 95 "api_name": "rcp", 96 "api_type": "ModuleDeclaration" 97 } 98 ], 99 "method_return_type": "number | void", 100 "code_kind": 173 101 }, 102 "import_path": [ 103 "@hms.collaboration.rcp", 104 "@kit.RemoteCommunicationKit" 105 ], 106 "is_global": false 107 }, 108 { 109 "file_path": "api/@hms.collaboration.rcp.d.ts", 110 "api_info": { 111 "line": 229, 112 "problem": "LimitedVoidType", 113 "api_name": "IncomingDataCallback", 114 "api_type": "TypeAliasDeclaration", 115 "api_func_args": [ 116 { 117 "name": "incomingData", 118 "type": "ArrayBuffer", 119 "is_optional": false 120 } 121 ], 122 "parent_api": [ 123 { 124 "api_name": "rcp", 125 "api_type": "ModuleDeclaration" 126 } 127 ], 128 "method_return_type": "void | Promise<void>", 129 "code_kind": 268 130 }, 131 "import_path": [ 132 "@hms.collaboration.rcp", 133 "@kit.RemoteCommunicationKit" 134 ], 135 "is_global": false 136 }, 137 { 138 "file_path": "api/@hms.collaboration.rcp.d.ts", 139 "api_info": { 140 "line": 351, 141 "problem": "ConstructorIface", 142 "api_type": "ConstructSignature", 143 "api_optional": false, 144 "api_func_args": [], 145 "parent_api": [ 146 { 147 "api_name": "NetworkOutputQueueConstructor", 148 "api_type": "InterfaceDeclaration" 149 }, 150 { 151 "api_name": "rcp", 152 "api_type": "ModuleDeclaration" 153 } 154 ], 155 "method_return_type": "INetworkOutputQueue", 156 "code_kind": 180 157 }, 158 "import_path": [ 159 "@hms.collaboration.rcp", 160 "@kit.RemoteCommunicationKit" 161 ], 162 "is_global": false 163 }, 164 { 165 "file_path": "api/@hms.collaboration.rcp.d.ts", 166 "api_info": { 167 "line": 359, 168 "problem": "ConstructorIface", 169 "api_type": "ConstructSignature", 170 "api_optional": false, 171 "api_func_args": [ 172 { 173 "name": "maxSize", 174 "type": "number", 175 "is_optional": false, 176 "has_default": false 177 } 178 ], 179 "parent_api": [ 180 { 181 "api_name": "NetworkOutputQueueConstructor", 182 "api_type": "InterfaceDeclaration" 183 }, 184 { 185 "api_name": "rcp", 186 "api_type": "ModuleDeclaration" 187 } 188 ], 189 "method_return_type": "INetworkOutputQueue", 190 "code_kind": 180 191 }, 192 "import_path": [ 193 "@hms.collaboration.rcp", 194 "@kit.RemoteCommunicationKit" 195 ], 196 "is_global": false 197 }, 198 { 199 "file_path": "api/@hms.collaboration.rcp.d.ts", 200 "api_info": { 201 "line": 368, 202 "problem": "ConstructorIface", 203 "api_type": "ConstructSignature", 204 "api_optional": false, 205 "api_func_args": [ 206 { 207 "name": "maxSize", 208 "type": "number", 209 "is_optional": false, 210 "has_default": false 211 }, 212 { 213 "name": "pausePolicyOverride", 214 "type": "ReceivingPausePolicy", 215 "is_optional": false, 216 "has_default": false 217 } 218 ], 219 "parent_api": [ 220 { 221 "api_name": "NetworkOutputQueueConstructor", 222 "api_type": "InterfaceDeclaration" 223 }, 224 { 225 "api_name": "rcp", 226 "api_type": "ModuleDeclaration" 227 } 228 ], 229 "method_return_type": "INetworkOutputQueue", 230 "code_kind": 180 231 }, 232 "import_path": [ 233 "@hms.collaboration.rcp", 234 "@kit.RemoteCommunicationKit" 235 ], 236 "is_global": false 237 }, 238 { 239 "file_path": "api/@hms.collaboration.rcp.d.ts", 240 "api_info": { 241 "line": 386, 242 "problem": "ConstructorIface", 243 "api_type": "ConstructSignature", 244 "api_optional": false, 245 "api_func_args": [], 246 "parent_api": [ 247 { 248 "api_name": "NetworkInputQueueConstructor", 249 "api_type": "InterfaceDeclaration" 250 }, 251 { 252 "api_name": "rcp", 253 "api_type": "ModuleDeclaration" 254 } 255 ], 256 "method_return_type": "INetworkInputQueue", 257 "code_kind": 180 258 }, 259 "import_path": [ 260 "@hms.collaboration.rcp", 261 "@kit.RemoteCommunicationKit" 262 ], 263 "is_global": false 264 }, 265 { 266 "file_path": "api/@hms.collaboration.rcp.d.ts", 267 "api_info": { 268 "line": 394, 269 "problem": "ConstructorIface", 270 "api_type": "ConstructSignature", 271 "api_optional": false, 272 "api_func_args": [ 273 { 274 "name": "maxSize", 275 "type": "number", 276 "is_optional": false, 277 "has_default": false 278 } 279 ], 280 "parent_api": [ 281 { 282 "api_name": "NetworkInputQueueConstructor", 283 "api_type": "InterfaceDeclaration" 284 }, 285 { 286 "api_name": "rcp", 287 "api_type": "ModuleDeclaration" 288 } 289 ], 290 "method_return_type": "INetworkInputQueue", 291 "code_kind": 180 292 }, 293 "import_path": [ 294 "@hms.collaboration.rcp", 295 "@kit.RemoteCommunicationKit" 296 ], 297 "is_global": false 298 }, 299 { 300 "file_path": "api/@hms.collaboration.rcp.d.ts", 301 "api_info": { 302 "line": 404, 303 "problem": "ConstructorIface", 304 "api_type": "ConstructSignature", 305 "api_optional": false, 306 "api_func_args": [ 307 { 308 "name": "maxSize", 309 "type": "number", 310 "is_optional": false, 311 "has_default": false 312 }, 313 { 314 "name": "pausePolicyOverride", 315 "type": "SendingPausePolicy", 316 "is_optional": false, 317 "has_default": false 318 } 319 ], 320 "parent_api": [ 321 { 322 "api_name": "NetworkInputQueueConstructor", 323 "api_type": "InterfaceDeclaration" 324 }, 325 { 326 "api_name": "rcp", 327 "api_type": "ModuleDeclaration" 328 } 329 ], 330 "method_return_type": "INetworkInputQueue", 331 "code_kind": 180 332 }, 333 "import_path": [ 334 "@hms.collaboration.rcp", 335 "@kit.RemoteCommunicationKit" 336 ], 337 "is_global": false 338 }, 339 { 340 "file_path": "api/@hms.collaboration.rcp.d.ts", 341 "api_info": { 342 "line": 536, 343 "problem": "LiteralAsPropertyName", 344 "api_name": "'authorization'", 345 "api_type": "PropertySignature", 346 "api_optional": true, 347 "parent_api": [ 348 { 349 "api_name": "RequestHeaders", 350 "api_type": "TypeAliasDeclaration" 351 }, 352 { 353 "api_name": "rcp", 354 "api_type": "ModuleDeclaration" 355 } 356 ], 357 "code_kind": 170, 358 "api_property_type": "string" 359 }, 360 "import_path": [ 361 "@hms.collaboration.rcp", 362 "@kit.RemoteCommunicationKit" 363 ], 364 "is_global": false 365 }, 366 { 367 "file_path": "api/@hms.collaboration.rcp.d.ts", 368 "api_info": { 369 "line": 536, 370 "problem": "LiteralAsPropertyName", 371 "api_name": "'authorization'", 372 "api_type": "PropertySignature", 373 "api_optional": true, 374 "parent_api": [ 375 { 376 "api_name": "RequestHeaders", 377 "api_type": "TypeAliasDeclaration" 378 }, 379 { 380 "api_name": "rcp", 381 "api_type": "ModuleDeclaration" 382 } 383 ], 384 "code_kind": 170, 385 "api_property_type": "string" 386 }, 387 "import_path": [ 388 "@hms.collaboration.rcp", 389 "@kit.RemoteCommunicationKit" 390 ], 391 "is_global": false 392 }, 393 { 394 "file_path": "api/@hms.collaboration.rcp.d.ts", 395 "api_info": { 396 "line": 537, 397 "problem": "LiteralAsPropertyName", 398 "api_name": "'accept'", 399 "api_type": "PropertySignature", 400 "api_optional": true, 401 "parent_api": [ 402 { 403 "api_name": "RequestHeaders", 404 "api_type": "TypeAliasDeclaration" 405 }, 406 { 407 "api_name": "rcp", 408 "api_type": "ModuleDeclaration" 409 } 410 ], 411 "code_kind": 170, 412 "api_property_type": "ContentType | ContentType[]" 413 }, 414 "import_path": [ 415 "@hms.collaboration.rcp", 416 "@kit.RemoteCommunicationKit" 417 ], 418 "is_global": false 419 }, 420 { 421 "file_path": "api/@hms.collaboration.rcp.d.ts", 422 "api_info": { 423 "line": 537, 424 "problem": "LiteralAsPropertyName", 425 "api_name": "'accept'", 426 "api_type": "PropertySignature", 427 "api_optional": true, 428 "parent_api": [ 429 { 430 "api_name": "RequestHeaders", 431 "api_type": "TypeAliasDeclaration" 432 }, 433 { 434 "api_name": "rcp", 435 "api_type": "ModuleDeclaration" 436 } 437 ], 438 "code_kind": 170, 439 "api_property_type": "ContentType | ContentType[]" 440 }, 441 "import_path": [ 442 "@hms.collaboration.rcp", 443 "@kit.RemoteCommunicationKit" 444 ], 445 "is_global": false 446 }, 447 { 448 "file_path": "api/@hms.collaboration.rcp.d.ts", 449 "api_info": { 450 "line": 538, 451 "problem": "LiteralAsPropertyName", 452 "api_name": "'accept-charset'", 453 "api_type": "PropertySignature", 454 "api_optional": true, 455 "parent_api": [ 456 { 457 "api_name": "RequestHeaders", 458 "api_type": "TypeAliasDeclaration" 459 }, 460 { 461 "api_name": "rcp", 462 "api_type": "ModuleDeclaration" 463 } 464 ], 465 "code_kind": 170, 466 "api_property_type": "string | string[]" 467 }, 468 "import_path": [ 469 "@hms.collaboration.rcp", 470 "@kit.RemoteCommunicationKit" 471 ], 472 "is_global": false 473 }, 474 { 475 "file_path": "api/@hms.collaboration.rcp.d.ts", 476 "api_info": { 477 "line": 538, 478 "problem": "LiteralAsPropertyName", 479 "api_name": "'accept-charset'", 480 "api_type": "PropertySignature", 481 "api_optional": true, 482 "parent_api": [ 483 { 484 "api_name": "RequestHeaders", 485 "api_type": "TypeAliasDeclaration" 486 }, 487 { 488 "api_name": "rcp", 489 "api_type": "ModuleDeclaration" 490 } 491 ], 492 "code_kind": 170, 493 "api_property_type": "string | string[]" 494 }, 495 "import_path": [ 496 "@hms.collaboration.rcp", 497 "@kit.RemoteCommunicationKit" 498 ], 499 "is_global": false 500 }, 501 { 502 "file_path": "api/@hms.collaboration.rcp.d.ts", 503 "api_info": { 504 "line": 539, 505 "problem": "LiteralAsPropertyName", 506 "api_name": "'accept-encoding'", 507 "api_type": "PropertySignature", 508 "api_optional": true, 509 "parent_api": [ 510 { 511 "api_name": "RequestHeaders", 512 "api_type": "TypeAliasDeclaration" 513 }, 514 { 515 "api_name": "rcp", 516 "api_type": "ModuleDeclaration" 517 } 518 ], 519 "code_kind": 170, 520 "api_property_type": "ContentCoding | ContentCoding[]" 521 }, 522 "import_path": [ 523 "@hms.collaboration.rcp", 524 "@kit.RemoteCommunicationKit" 525 ], 526 "is_global": false 527 }, 528 { 529 "file_path": "api/@hms.collaboration.rcp.d.ts", 530 "api_info": { 531 "line": 539, 532 "problem": "LiteralAsPropertyName", 533 "api_name": "'accept-encoding'", 534 "api_type": "PropertySignature", 535 "api_optional": true, 536 "parent_api": [ 537 { 538 "api_name": "RequestHeaders", 539 "api_type": "TypeAliasDeclaration" 540 }, 541 { 542 "api_name": "rcp", 543 "api_type": "ModuleDeclaration" 544 } 545 ], 546 "code_kind": 170, 547 "api_property_type": "ContentCoding | ContentCoding[]" 548 }, 549 "import_path": [ 550 "@hms.collaboration.rcp", 551 "@kit.RemoteCommunicationKit" 552 ], 553 "is_global": false 554 }, 555 { 556 "file_path": "api/@hms.collaboration.rcp.d.ts", 557 "api_info": { 558 "line": 540, 559 "problem": "LiteralAsPropertyName", 560 "api_name": "'accept-language'", 561 "api_type": "PropertySignature", 562 "api_optional": true, 563 "parent_api": [ 564 { 565 "api_name": "RequestHeaders", 566 "api_type": "TypeAliasDeclaration" 567 }, 568 { 569 "api_name": "rcp", 570 "api_type": "ModuleDeclaration" 571 } 572 ], 573 "code_kind": 170, 574 "api_property_type": "string | string[]" 575 }, 576 "import_path": [ 577 "@hms.collaboration.rcp", 578 "@kit.RemoteCommunicationKit" 579 ], 580 "is_global": false 581 }, 582 { 583 "file_path": "api/@hms.collaboration.rcp.d.ts", 584 "api_info": { 585 "line": 540, 586 "problem": "LiteralAsPropertyName", 587 "api_name": "'accept-language'", 588 "api_type": "PropertySignature", 589 "api_optional": true, 590 "parent_api": [ 591 { 592 "api_name": "RequestHeaders", 593 "api_type": "TypeAliasDeclaration" 594 }, 595 { 596 "api_name": "rcp", 597 "api_type": "ModuleDeclaration" 598 } 599 ], 600 "code_kind": 170, 601 "api_property_type": "string | string[]" 602 }, 603 "import_path": [ 604 "@hms.collaboration.rcp", 605 "@kit.RemoteCommunicationKit" 606 ], 607 "is_global": false 608 }, 609 { 610 "file_path": "api/@hms.collaboration.rcp.d.ts", 611 "api_info": { 612 "line": 541, 613 "problem": "LiteralAsPropertyName", 614 "api_name": "'cache-control'", 615 "api_type": "PropertySignature", 616 "api_optional": true, 617 "parent_api": [ 618 { 619 "api_name": "RequestHeaders", 620 "api_type": "TypeAliasDeclaration" 621 }, 622 { 623 "api_name": "rcp", 624 "api_type": "ModuleDeclaration" 625 } 626 ], 627 "code_kind": 170, 628 "api_property_type": "string | string[]" 629 }, 630 "import_path": [ 631 "@hms.collaboration.rcp", 632 "@kit.RemoteCommunicationKit" 633 ], 634 "is_global": false 635 }, 636 { 637 "file_path": "api/@hms.collaboration.rcp.d.ts", 638 "api_info": { 639 "line": 541, 640 "problem": "LiteralAsPropertyName", 641 "api_name": "'cache-control'", 642 "api_type": "PropertySignature", 643 "api_optional": true, 644 "parent_api": [ 645 { 646 "api_name": "RequestHeaders", 647 "api_type": "TypeAliasDeclaration" 648 }, 649 { 650 "api_name": "rcp", 651 "api_type": "ModuleDeclaration" 652 } 653 ], 654 "code_kind": 170, 655 "api_property_type": "string | string[]" 656 }, 657 "import_path": [ 658 "@hms.collaboration.rcp", 659 "@kit.RemoteCommunicationKit" 660 ], 661 "is_global": false 662 }, 663 { 664 "file_path": "api/@hms.collaboration.rcp.d.ts", 665 "api_info": { 666 "line": 542, 667 "problem": "LiteralAsPropertyName", 668 "api_name": "'cookie'", 669 "api_type": "PropertySignature", 670 "api_optional": true, 671 "parent_api": [ 672 { 673 "api_name": "RequestHeaders", 674 "api_type": "TypeAliasDeclaration" 675 }, 676 { 677 "api_name": "rcp", 678 "api_type": "ModuleDeclaration" 679 } 680 ], 681 "code_kind": 170, 682 "api_property_type": "string | string[]" 683 }, 684 "import_path": [ 685 "@hms.collaboration.rcp", 686 "@kit.RemoteCommunicationKit" 687 ], 688 "is_global": false 689 }, 690 { 691 "file_path": "api/@hms.collaboration.rcp.d.ts", 692 "api_info": { 693 "line": 542, 694 "problem": "LiteralAsPropertyName", 695 "api_name": "'cookie'", 696 "api_type": "PropertySignature", 697 "api_optional": true, 698 "parent_api": [ 699 { 700 "api_name": "RequestHeaders", 701 "api_type": "TypeAliasDeclaration" 702 }, 703 { 704 "api_name": "rcp", 705 "api_type": "ModuleDeclaration" 706 } 707 ], 708 "code_kind": 170, 709 "api_property_type": "string | string[]" 710 }, 711 "import_path": [ 712 "@hms.collaboration.rcp", 713 "@kit.RemoteCommunicationKit" 714 ], 715 "is_global": false 716 }, 717 { 718 "file_path": "api/@hms.collaboration.rcp.d.ts", 719 "api_info": { 720 "line": 543, 721 "problem": "LiteralAsPropertyName", 722 "api_name": "'range'", 723 "api_type": "PropertySignature", 724 "api_optional": true, 725 "parent_api": [ 726 { 727 "api_name": "RequestHeaders", 728 "api_type": "TypeAliasDeclaration" 729 }, 730 { 731 "api_name": "rcp", 732 "api_type": "ModuleDeclaration" 733 } 734 ], 735 "code_kind": 170, 736 "api_property_type": "string | string[]" 737 }, 738 "import_path": [ 739 "@hms.collaboration.rcp", 740 "@kit.RemoteCommunicationKit" 741 ], 742 "is_global": false 743 }, 744 { 745 "file_path": "api/@hms.collaboration.rcp.d.ts", 746 "api_info": { 747 "line": 543, 748 "problem": "LiteralAsPropertyName", 749 "api_name": "'range'", 750 "api_type": "PropertySignature", 751 "api_optional": true, 752 "parent_api": [ 753 { 754 "api_name": "RequestHeaders", 755 "api_type": "TypeAliasDeclaration" 756 }, 757 { 758 "api_name": "rcp", 759 "api_type": "ModuleDeclaration" 760 } 761 ], 762 "code_kind": 170, 763 "api_property_type": "string | string[]" 764 }, 765 "import_path": [ 766 "@hms.collaboration.rcp", 767 "@kit.RemoteCommunicationKit" 768 ], 769 "is_global": false 770 }, 771 { 772 "file_path": "api/@hms.collaboration.rcp.d.ts", 773 "api_info": { 774 "line": 544, 775 "problem": "LiteralAsPropertyName", 776 "api_name": "'upgrade'", 777 "api_type": "PropertySignature", 778 "api_optional": true, 779 "parent_api": [ 780 { 781 "api_name": "RequestHeaders", 782 "api_type": "TypeAliasDeclaration" 783 }, 784 { 785 "api_name": "rcp", 786 "api_type": "ModuleDeclaration" 787 } 788 ], 789 "code_kind": 170, 790 "api_property_type": "string | string[]" 791 }, 792 "import_path": [ 793 "@hms.collaboration.rcp", 794 "@kit.RemoteCommunicationKit" 795 ], 796 "is_global": false 797 }, 798 { 799 "file_path": "api/@hms.collaboration.rcp.d.ts", 800 "api_info": { 801 "line": 544, 802 "problem": "LiteralAsPropertyName", 803 "api_name": "'upgrade'", 804 "api_type": "PropertySignature", 805 "api_optional": true, 806 "parent_api": [ 807 { 808 "api_name": "RequestHeaders", 809 "api_type": "TypeAliasDeclaration" 810 }, 811 { 812 "api_name": "rcp", 813 "api_type": "ModuleDeclaration" 814 } 815 ], 816 "code_kind": 170, 817 "api_property_type": "string | string[]" 818 }, 819 "import_path": [ 820 "@hms.collaboration.rcp", 821 "@kit.RemoteCommunicationKit" 822 ], 823 "is_global": false 824 }, 825 { 826 "file_path": "api/@hms.collaboration.rcp.d.ts", 827 "api_info": { 828 "line": 545, 829 "problem": "LiteralAsPropertyName", 830 "api_name": "'user-agent'", 831 "api_type": "PropertySignature", 832 "api_optional": true, 833 "parent_api": [ 834 { 835 "api_name": "RequestHeaders", 836 "api_type": "TypeAliasDeclaration" 837 }, 838 { 839 "api_name": "rcp", 840 "api_type": "ModuleDeclaration" 841 } 842 ], 843 "code_kind": 170, 844 "api_property_type": "string" 845 }, 846 "import_path": [ 847 "@hms.collaboration.rcp", 848 "@kit.RemoteCommunicationKit" 849 ], 850 "is_global": false 851 }, 852 { 853 "file_path": "api/@hms.collaboration.rcp.d.ts", 854 "api_info": { 855 "line": 545, 856 "problem": "LiteralAsPropertyName", 857 "api_name": "'user-agent'", 858 "api_type": "PropertySignature", 859 "api_optional": true, 860 "parent_api": [ 861 { 862 "api_name": "RequestHeaders", 863 "api_type": "TypeAliasDeclaration" 864 }, 865 { 866 "api_name": "rcp", 867 "api_type": "ModuleDeclaration" 868 } 869 ], 870 "code_kind": 170, 871 "api_property_type": "string" 872 }, 873 "import_path": [ 874 "@hms.collaboration.rcp", 875 "@kit.RemoteCommunicationKit" 876 ], 877 "is_global": false 878 }, 879 { 880 "file_path": "api/@hms.collaboration.rcp.d.ts", 881 "api_info": { 882 "line": 546, 883 "problem": "LiteralAsPropertyName", 884 "api_name": "'content-type'", 885 "api_type": "PropertySignature", 886 "api_optional": true, 887 "parent_api": [ 888 { 889 "api_name": "RequestHeaders", 890 "api_type": "TypeAliasDeclaration" 891 }, 892 { 893 "api_name": "rcp", 894 "api_type": "ModuleDeclaration" 895 } 896 ], 897 "code_kind": 170, 898 "api_property_type": "ContentType" 899 }, 900 "import_path": [ 901 "@hms.collaboration.rcp", 902 "@kit.RemoteCommunicationKit" 903 ], 904 "is_global": false 905 }, 906 { 907 "file_path": "api/@hms.collaboration.rcp.d.ts", 908 "api_info": { 909 "line": 546, 910 "problem": "LiteralAsPropertyName", 911 "api_name": "'content-type'", 912 "api_type": "PropertySignature", 913 "api_optional": true, 914 "parent_api": [ 915 { 916 "api_name": "RequestHeaders", 917 "api_type": "TypeAliasDeclaration" 918 }, 919 { 920 "api_name": "rcp", 921 "api_type": "ModuleDeclaration" 922 } 923 ], 924 "code_kind": 170, 925 "api_property_type": "ContentType" 926 }, 927 "import_path": [ 928 "@hms.collaboration.rcp", 929 "@kit.RemoteCommunicationKit" 930 ], 931 "is_global": false 932 }, 933 { 934 "file_path": "api/@hms.collaboration.rcp.d.ts", 935 "api_info": { 936 "line": 556, 937 "problem": "LiteralAsPropertyName", 938 "api_name": "'accept-ranges'", 939 "api_type": "PropertySignature", 940 "api_optional": true, 941 "parent_api": [ 942 { 943 "api_name": "ResponseHeaders", 944 "api_type": "TypeAliasDeclaration" 945 }, 946 { 947 "api_name": "rcp", 948 "api_type": "ModuleDeclaration" 949 } 950 ], 951 "code_kind": 170, 952 "api_property_type": "'none' | 'bytes' | (string & NonNullable<unknown>)" 953 }, 954 "import_path": [ 955 "@hms.collaboration.rcp", 956 "@kit.RemoteCommunicationKit" 957 ], 958 "is_global": false 959 }, 960 { 961 "file_path": "api/@hms.collaboration.rcp.d.ts", 962 "api_info": { 963 "line": 556, 964 "problem": "LiteralAsPropertyName", 965 "api_name": "'accept-ranges'", 966 "api_type": "PropertySignature", 967 "api_optional": true, 968 "parent_api": [ 969 { 970 "api_name": "ResponseHeaders", 971 "api_type": "TypeAliasDeclaration" 972 }, 973 { 974 "api_name": "rcp", 975 "api_type": "ModuleDeclaration" 976 } 977 ], 978 "code_kind": 170, 979 "api_property_type": "'none' | 'bytes' | (string & NonNullable<unknown>)" 980 }, 981 "import_path": [ 982 "@hms.collaboration.rcp", 983 "@kit.RemoteCommunicationKit" 984 ], 985 "is_global": false 986 }, 987 { 988 "file_path": "api/@hms.collaboration.rcp.d.ts", 989 "api_info": { 990 "line": 557, 991 "problem": "LiteralAsPropertyName", 992 "api_name": "'allow'", 993 "api_type": "PropertySignature", 994 "api_optional": true, 995 "parent_api": [ 996 { 997 "api_name": "ResponseHeaders", 998 "api_type": "TypeAliasDeclaration" 999 }, 1000 { 1001 "api_name": "rcp", 1002 "api_type": "ModuleDeclaration" 1003 } 1004 ], 1005 "code_kind": 170, 1006 "api_property_type": "HttpMethod | HttpMethod[]" 1007 }, 1008 "import_path": [ 1009 "@hms.collaboration.rcp", 1010 "@kit.RemoteCommunicationKit" 1011 ], 1012 "is_global": false 1013 }, 1014 { 1015 "file_path": "api/@hms.collaboration.rcp.d.ts", 1016 "api_info": { 1017 "line": 557, 1018 "problem": "LiteralAsPropertyName", 1019 "api_name": "'allow'", 1020 "api_type": "PropertySignature", 1021 "api_optional": true, 1022 "parent_api": [ 1023 { 1024 "api_name": "ResponseHeaders", 1025 "api_type": "TypeAliasDeclaration" 1026 }, 1027 { 1028 "api_name": "rcp", 1029 "api_type": "ModuleDeclaration" 1030 } 1031 ], 1032 "code_kind": 170, 1033 "api_property_type": "HttpMethod | HttpMethod[]" 1034 }, 1035 "import_path": [ 1036 "@hms.collaboration.rcp", 1037 "@kit.RemoteCommunicationKit" 1038 ], 1039 "is_global": false 1040 }, 1041 { 1042 "file_path": "api/@hms.collaboration.rcp.d.ts", 1043 "api_info": { 1044 "line": 558, 1045 "problem": "LiteralAsPropertyName", 1046 "api_name": "'cache-control'", 1047 "api_type": "PropertySignature", 1048 "api_optional": true, 1049 "parent_api": [ 1050 { 1051 "api_name": "ResponseHeaders", 1052 "api_type": "TypeAliasDeclaration" 1053 }, 1054 { 1055 "api_name": "rcp", 1056 "api_type": "ModuleDeclaration" 1057 } 1058 ], 1059 "code_kind": 170, 1060 "api_property_type": "string | string[]" 1061 }, 1062 "import_path": [ 1063 "@hms.collaboration.rcp", 1064 "@kit.RemoteCommunicationKit" 1065 ], 1066 "is_global": false 1067 }, 1068 { 1069 "file_path": "api/@hms.collaboration.rcp.d.ts", 1070 "api_info": { 1071 "line": 558, 1072 "problem": "LiteralAsPropertyName", 1073 "api_name": "'cache-control'", 1074 "api_type": "PropertySignature", 1075 "api_optional": true, 1076 "parent_api": [ 1077 { 1078 "api_name": "ResponseHeaders", 1079 "api_type": "TypeAliasDeclaration" 1080 }, 1081 { 1082 "api_name": "rcp", 1083 "api_type": "ModuleDeclaration" 1084 } 1085 ], 1086 "code_kind": 170, 1087 "api_property_type": "string | string[]" 1088 }, 1089 "import_path": [ 1090 "@hms.collaboration.rcp", 1091 "@kit.RemoteCommunicationKit" 1092 ], 1093 "is_global": false 1094 }, 1095 { 1096 "file_path": "api/@hms.collaboration.rcp.d.ts", 1097 "api_info": { 1098 "line": 559, 1099 "problem": "LiteralAsPropertyName", 1100 "api_name": "'content-encoding'", 1101 "api_type": "PropertySignature", 1102 "api_optional": true, 1103 "parent_api": [ 1104 { 1105 "api_name": "ResponseHeaders", 1106 "api_type": "TypeAliasDeclaration" 1107 }, 1108 { 1109 "api_name": "rcp", 1110 "api_type": "ModuleDeclaration" 1111 } 1112 ], 1113 "code_kind": 170, 1114 "api_property_type": "ContentCoding" 1115 }, 1116 "import_path": [ 1117 "@hms.collaboration.rcp", 1118 "@kit.RemoteCommunicationKit" 1119 ], 1120 "is_global": false 1121 }, 1122 { 1123 "file_path": "api/@hms.collaboration.rcp.d.ts", 1124 "api_info": { 1125 "line": 559, 1126 "problem": "LiteralAsPropertyName", 1127 "api_name": "'content-encoding'", 1128 "api_type": "PropertySignature", 1129 "api_optional": true, 1130 "parent_api": [ 1131 { 1132 "api_name": "ResponseHeaders", 1133 "api_type": "TypeAliasDeclaration" 1134 }, 1135 { 1136 "api_name": "rcp", 1137 "api_type": "ModuleDeclaration" 1138 } 1139 ], 1140 "code_kind": 170, 1141 "api_property_type": "ContentCoding" 1142 }, 1143 "import_path": [ 1144 "@hms.collaboration.rcp", 1145 "@kit.RemoteCommunicationKit" 1146 ], 1147 "is_global": false 1148 }, 1149 { 1150 "file_path": "api/@hms.collaboration.rcp.d.ts", 1151 "api_info": { 1152 "line": 560, 1153 "problem": "LiteralAsPropertyName", 1154 "api_name": "'content-range'", 1155 "api_type": "PropertySignature", 1156 "api_optional": true, 1157 "parent_api": [ 1158 { 1159 "api_name": "ResponseHeaders", 1160 "api_type": "TypeAliasDeclaration" 1161 }, 1162 { 1163 "api_name": "rcp", 1164 "api_type": "ModuleDeclaration" 1165 } 1166 ], 1167 "code_kind": 170, 1168 "api_property_type": "string" 1169 }, 1170 "import_path": [ 1171 "@hms.collaboration.rcp", 1172 "@kit.RemoteCommunicationKit" 1173 ], 1174 "is_global": false 1175 }, 1176 { 1177 "file_path": "api/@hms.collaboration.rcp.d.ts", 1178 "api_info": { 1179 "line": 560, 1180 "problem": "LiteralAsPropertyName", 1181 "api_name": "'content-range'", 1182 "api_type": "PropertySignature", 1183 "api_optional": true, 1184 "parent_api": [ 1185 { 1186 "api_name": "ResponseHeaders", 1187 "api_type": "TypeAliasDeclaration" 1188 }, 1189 { 1190 "api_name": "rcp", 1191 "api_type": "ModuleDeclaration" 1192 } 1193 ], 1194 "code_kind": 170, 1195 "api_property_type": "string" 1196 }, 1197 "import_path": [ 1198 "@hms.collaboration.rcp", 1199 "@kit.RemoteCommunicationKit" 1200 ], 1201 "is_global": false 1202 }, 1203 { 1204 "file_path": "api/@hms.collaboration.rcp.d.ts", 1205 "api_info": { 1206 "line": 561, 1207 "problem": "LiteralAsPropertyName", 1208 "api_name": "'content-type'", 1209 "api_type": "PropertySignature", 1210 "api_optional": true, 1211 "parent_api": [ 1212 { 1213 "api_name": "ResponseHeaders", 1214 "api_type": "TypeAliasDeclaration" 1215 }, 1216 { 1217 "api_name": "rcp", 1218 "api_type": "ModuleDeclaration" 1219 } 1220 ], 1221 "code_kind": 170, 1222 "api_property_type": "ContentType" 1223 }, 1224 "import_path": [ 1225 "@hms.collaboration.rcp", 1226 "@kit.RemoteCommunicationKit" 1227 ], 1228 "is_global": false 1229 }, 1230 { 1231 "file_path": "api/@hms.collaboration.rcp.d.ts", 1232 "api_info": { 1233 "line": 561, 1234 "problem": "LiteralAsPropertyName", 1235 "api_name": "'content-type'", 1236 "api_type": "PropertySignature", 1237 "api_optional": true, 1238 "parent_api": [ 1239 { 1240 "api_name": "ResponseHeaders", 1241 "api_type": "TypeAliasDeclaration" 1242 }, 1243 { 1244 "api_name": "rcp", 1245 "api_type": "ModuleDeclaration" 1246 } 1247 ], 1248 "code_kind": 170, 1249 "api_property_type": "ContentType" 1250 }, 1251 "import_path": [ 1252 "@hms.collaboration.rcp", 1253 "@kit.RemoteCommunicationKit" 1254 ], 1255 "is_global": false 1256 }, 1257 { 1258 "file_path": "api/@hms.collaboration.rcp.d.ts", 1259 "api_info": { 1260 "line": 562, 1261 "problem": "LiteralAsPropertyName", 1262 "api_name": "'date'", 1263 "api_type": "PropertySignature", 1264 "api_optional": true, 1265 "parent_api": [ 1266 { 1267 "api_name": "ResponseHeaders", 1268 "api_type": "TypeAliasDeclaration" 1269 }, 1270 { 1271 "api_name": "rcp", 1272 "api_type": "ModuleDeclaration" 1273 } 1274 ], 1275 "code_kind": 170, 1276 "api_property_type": "string" 1277 }, 1278 "import_path": [ 1279 "@hms.collaboration.rcp", 1280 "@kit.RemoteCommunicationKit" 1281 ], 1282 "is_global": false 1283 }, 1284 { 1285 "file_path": "api/@hms.collaboration.rcp.d.ts", 1286 "api_info": { 1287 "line": 562, 1288 "problem": "LiteralAsPropertyName", 1289 "api_name": "'date'", 1290 "api_type": "PropertySignature", 1291 "api_optional": true, 1292 "parent_api": [ 1293 { 1294 "api_name": "ResponseHeaders", 1295 "api_type": "TypeAliasDeclaration" 1296 }, 1297 { 1298 "api_name": "rcp", 1299 "api_type": "ModuleDeclaration" 1300 } 1301 ], 1302 "code_kind": 170, 1303 "api_property_type": "string" 1304 }, 1305 "import_path": [ 1306 "@hms.collaboration.rcp", 1307 "@kit.RemoteCommunicationKit" 1308 ], 1309 "is_global": false 1310 }, 1311 { 1312 "file_path": "api/@hms.collaboration.rcp.d.ts", 1313 "api_info": { 1314 "line": 563, 1315 "problem": "LiteralAsPropertyName", 1316 "api_name": "'etag'", 1317 "api_type": "PropertySignature", 1318 "api_optional": true, 1319 "parent_api": [ 1320 { 1321 "api_name": "ResponseHeaders", 1322 "api_type": "TypeAliasDeclaration" 1323 }, 1324 { 1325 "api_name": "rcp", 1326 "api_type": "ModuleDeclaration" 1327 } 1328 ], 1329 "code_kind": 170, 1330 "api_property_type": "string" 1331 }, 1332 "import_path": [ 1333 "@hms.collaboration.rcp", 1334 "@kit.RemoteCommunicationKit" 1335 ], 1336 "is_global": false 1337 }, 1338 { 1339 "file_path": "api/@hms.collaboration.rcp.d.ts", 1340 "api_info": { 1341 "line": 563, 1342 "problem": "LiteralAsPropertyName", 1343 "api_name": "'etag'", 1344 "api_type": "PropertySignature", 1345 "api_optional": true, 1346 "parent_api": [ 1347 { 1348 "api_name": "ResponseHeaders", 1349 "api_type": "TypeAliasDeclaration" 1350 }, 1351 { 1352 "api_name": "rcp", 1353 "api_type": "ModuleDeclaration" 1354 } 1355 ], 1356 "code_kind": 170, 1357 "api_property_type": "string" 1358 }, 1359 "import_path": [ 1360 "@hms.collaboration.rcp", 1361 "@kit.RemoteCommunicationKit" 1362 ], 1363 "is_global": false 1364 }, 1365 { 1366 "file_path": "api/@hms.collaboration.rcp.d.ts", 1367 "api_info": { 1368 "line": 564, 1369 "problem": "LiteralAsPropertyName", 1370 "api_name": "'expires'", 1371 "api_type": "PropertySignature", 1372 "api_optional": true, 1373 "parent_api": [ 1374 { 1375 "api_name": "ResponseHeaders", 1376 "api_type": "TypeAliasDeclaration" 1377 }, 1378 { 1379 "api_name": "rcp", 1380 "api_type": "ModuleDeclaration" 1381 } 1382 ], 1383 "code_kind": 170, 1384 "api_property_type": "string" 1385 }, 1386 "import_path": [ 1387 "@hms.collaboration.rcp", 1388 "@kit.RemoteCommunicationKit" 1389 ], 1390 "is_global": false 1391 }, 1392 { 1393 "file_path": "api/@hms.collaboration.rcp.d.ts", 1394 "api_info": { 1395 "line": 564, 1396 "problem": "LiteralAsPropertyName", 1397 "api_name": "'expires'", 1398 "api_type": "PropertySignature", 1399 "api_optional": true, 1400 "parent_api": [ 1401 { 1402 "api_name": "ResponseHeaders", 1403 "api_type": "TypeAliasDeclaration" 1404 }, 1405 { 1406 "api_name": "rcp", 1407 "api_type": "ModuleDeclaration" 1408 } 1409 ], 1410 "code_kind": 170, 1411 "api_property_type": "string" 1412 }, 1413 "import_path": [ 1414 "@hms.collaboration.rcp", 1415 "@kit.RemoteCommunicationKit" 1416 ], 1417 "is_global": false 1418 }, 1419 { 1420 "file_path": "api/@hms.collaboration.rcp.d.ts", 1421 "api_info": { 1422 "line": 565, 1423 "problem": "LiteralAsPropertyName", 1424 "api_name": "'location'", 1425 "api_type": "PropertySignature", 1426 "api_optional": true, 1427 "parent_api": [ 1428 { 1429 "api_name": "ResponseHeaders", 1430 "api_type": "TypeAliasDeclaration" 1431 }, 1432 { 1433 "api_name": "rcp", 1434 "api_type": "ModuleDeclaration" 1435 } 1436 ], 1437 "code_kind": 170, 1438 "api_property_type": "string" 1439 }, 1440 "import_path": [ 1441 "@hms.collaboration.rcp", 1442 "@kit.RemoteCommunicationKit" 1443 ], 1444 "is_global": false 1445 }, 1446 { 1447 "file_path": "api/@hms.collaboration.rcp.d.ts", 1448 "api_info": { 1449 "line": 565, 1450 "problem": "LiteralAsPropertyName", 1451 "api_name": "'location'", 1452 "api_type": "PropertySignature", 1453 "api_optional": true, 1454 "parent_api": [ 1455 { 1456 "api_name": "ResponseHeaders", 1457 "api_type": "TypeAliasDeclaration" 1458 }, 1459 { 1460 "api_name": "rcp", 1461 "api_type": "ModuleDeclaration" 1462 } 1463 ], 1464 "code_kind": 170, 1465 "api_property_type": "string" 1466 }, 1467 "import_path": [ 1468 "@hms.collaboration.rcp", 1469 "@kit.RemoteCommunicationKit" 1470 ], 1471 "is_global": false 1472 }, 1473 { 1474 "file_path": "api/@hms.collaboration.rcp.d.ts", 1475 "api_info": { 1476 "line": 566, 1477 "problem": "LiteralAsPropertyName", 1478 "api_name": "'retry-after'", 1479 "api_type": "PropertySignature", 1480 "api_optional": true, 1481 "parent_api": [ 1482 { 1483 "api_name": "ResponseHeaders", 1484 "api_type": "TypeAliasDeclaration" 1485 }, 1486 { 1487 "api_name": "rcp", 1488 "api_type": "ModuleDeclaration" 1489 } 1490 ], 1491 "code_kind": 170, 1492 "api_property_type": "string" 1493 }, 1494 "import_path": [ 1495 "@hms.collaboration.rcp", 1496 "@kit.RemoteCommunicationKit" 1497 ], 1498 "is_global": false 1499 }, 1500 { 1501 "file_path": "api/@hms.collaboration.rcp.d.ts", 1502 "api_info": { 1503 "line": 566, 1504 "problem": "LiteralAsPropertyName", 1505 "api_name": "'retry-after'", 1506 "api_type": "PropertySignature", 1507 "api_optional": true, 1508 "parent_api": [ 1509 { 1510 "api_name": "ResponseHeaders", 1511 "api_type": "TypeAliasDeclaration" 1512 }, 1513 { 1514 "api_name": "rcp", 1515 "api_type": "ModuleDeclaration" 1516 } 1517 ], 1518 "code_kind": 170, 1519 "api_property_type": "string" 1520 }, 1521 "import_path": [ 1522 "@hms.collaboration.rcp", 1523 "@kit.RemoteCommunicationKit" 1524 ], 1525 "is_global": false 1526 }, 1527 { 1528 "file_path": "api/@hms.collaboration.rcp.d.ts", 1529 "api_info": { 1530 "line": 567, 1531 "problem": "LiteralAsPropertyName", 1532 "api_name": "'set-cookie'", 1533 "api_type": "PropertySignature", 1534 "api_optional": true, 1535 "parent_api": [ 1536 { 1537 "api_name": "ResponseHeaders", 1538 "api_type": "TypeAliasDeclaration" 1539 }, 1540 { 1541 "api_name": "rcp", 1542 "api_type": "ModuleDeclaration" 1543 } 1544 ], 1545 "code_kind": 170, 1546 "api_property_type": "string | string[]" 1547 }, 1548 "import_path": [ 1549 "@hms.collaboration.rcp", 1550 "@kit.RemoteCommunicationKit" 1551 ], 1552 "is_global": false 1553 }, 1554 { 1555 "file_path": "api/@hms.collaboration.rcp.d.ts", 1556 "api_info": { 1557 "line": 567, 1558 "problem": "LiteralAsPropertyName", 1559 "api_name": "'set-cookie'", 1560 "api_type": "PropertySignature", 1561 "api_optional": true, 1562 "parent_api": [ 1563 { 1564 "api_name": "ResponseHeaders", 1565 "api_type": "TypeAliasDeclaration" 1566 }, 1567 { 1568 "api_name": "rcp", 1569 "api_type": "ModuleDeclaration" 1570 } 1571 ], 1572 "code_kind": 170, 1573 "api_property_type": "string | string[]" 1574 }, 1575 "import_path": [ 1576 "@hms.collaboration.rcp", 1577 "@kit.RemoteCommunicationKit" 1578 ], 1579 "is_global": false 1580 }, 1581 { 1582 "file_path": "api/@hms.collaboration.rcp.d.ts", 1583 "api_info": { 1584 "line": 568, 1585 "problem": "LiteralAsPropertyName", 1586 "api_name": "'server'", 1587 "api_type": "PropertySignature", 1588 "api_optional": true, 1589 "parent_api": [ 1590 { 1591 "api_name": "ResponseHeaders", 1592 "api_type": "TypeAliasDeclaration" 1593 }, 1594 { 1595 "api_name": "rcp", 1596 "api_type": "ModuleDeclaration" 1597 } 1598 ], 1599 "code_kind": 170, 1600 "api_property_type": "string" 1601 }, 1602 "import_path": [ 1603 "@hms.collaboration.rcp", 1604 "@kit.RemoteCommunicationKit" 1605 ], 1606 "is_global": false 1607 }, 1608 { 1609 "file_path": "api/@hms.collaboration.rcp.d.ts", 1610 "api_info": { 1611 "line": 568, 1612 "problem": "LiteralAsPropertyName", 1613 "api_name": "'server'", 1614 "api_type": "PropertySignature", 1615 "api_optional": true, 1616 "parent_api": [ 1617 { 1618 "api_name": "ResponseHeaders", 1619 "api_type": "TypeAliasDeclaration" 1620 }, 1621 { 1622 "api_name": "rcp", 1623 "api_type": "ModuleDeclaration" 1624 } 1625 ], 1626 "code_kind": 170, 1627 "api_property_type": "string" 1628 }, 1629 "import_path": [ 1630 "@hms.collaboration.rcp", 1631 "@kit.RemoteCommunicationKit" 1632 ], 1633 "is_global": false 1634 }, 1635 { 1636 "file_path": "api/@hms.collaboration.rcp.d.ts", 1637 "api_info": { 1638 "line": 569, 1639 "problem": "LiteralAsPropertyName", 1640 "api_name": "'www-authenticate'", 1641 "api_type": "PropertySignature", 1642 "api_optional": true, 1643 "parent_api": [ 1644 { 1645 "api_name": "ResponseHeaders", 1646 "api_type": "TypeAliasDeclaration" 1647 }, 1648 { 1649 "api_name": "rcp", 1650 "api_type": "ModuleDeclaration" 1651 } 1652 ], 1653 "code_kind": 170, 1654 "api_property_type": "string | string[]" 1655 }, 1656 "import_path": [ 1657 "@hms.collaboration.rcp", 1658 "@kit.RemoteCommunicationKit" 1659 ], 1660 "is_global": false 1661 }, 1662 { 1663 "file_path": "api/@hms.collaboration.rcp.d.ts", 1664 "api_info": { 1665 "line": 569, 1666 "problem": "LiteralAsPropertyName", 1667 "api_name": "'www-authenticate'", 1668 "api_type": "PropertySignature", 1669 "api_optional": true, 1670 "parent_api": [ 1671 { 1672 "api_name": "ResponseHeaders", 1673 "api_type": "TypeAliasDeclaration" 1674 }, 1675 { 1676 "api_name": "rcp", 1677 "api_type": "ModuleDeclaration" 1678 } 1679 ], 1680 "code_kind": 170, 1681 "api_property_type": "string | string[]" 1682 }, 1683 "import_path": [ 1684 "@hms.collaboration.rcp", 1685 "@kit.RemoteCommunicationKit" 1686 ], 1687 "is_global": false 1688 }, 1689 { 1690 "file_path": "api/@hms.collaboration.rcp.d.ts", 1691 "api_info": { 1692 "line": 1355, 1693 "problem": "LimitedVoidType", 1694 "api_name": "OnDataReceive", 1695 "api_type": "TypeAliasDeclaration", 1696 "api_func_args": [ 1697 { 1698 "name": "incomingData", 1699 "type": "ArrayBuffer", 1700 "is_optional": false 1701 } 1702 ], 1703 "parent_api": [ 1704 { 1705 "api_name": "rcp", 1706 "api_type": "ModuleDeclaration" 1707 } 1708 ], 1709 "method_return_type": "number | void | Promise<void>", 1710 "code_kind": 268 1711 }, 1712 "import_path": [ 1713 "@hms.collaboration.rcp", 1714 "@kit.RemoteCommunicationKit" 1715 ], 1716 "is_global": false 1717 }, 1718 { 1719 "file_path": "api/@hms.core.deviceCloudGateway.cloudDatabase.d.ts", 1720 "api_info": { 1721 "line": 285, 1722 "problem": "ConstructorFuncs", 1723 "api_name": "DatabaseQuery", 1724 "api_type": "ClassDeclaration", 1725 "api_func_args": [ 1726 { 1727 "name": "entityClass", 1728 "type": "new () => T", 1729 "is_optional": false 1730 } 1731 ], 1732 "parent_api": [ 1733 { 1734 "api_name": "cloudDatabase", 1735 "api_type": "ModuleDeclaration" 1736 } 1737 ], 1738 "method_return_type": "DatabaseQuery<T>", 1739 "code_kind": 264 1740 }, 1741 "import_path": [ 1742 "@hms.core.deviceCloudGateway.cloudDatabase", 1743 "@kit.CloudFoundationKit" 1744 ], 1745 "is_global": false 1746 }, 1747 { 1748 "file_path": "api/@hms.core.map.mapCommon.d.ts", 1749 "api_info": { 1750 "line": 1877, 1751 "problem": "OptionalMethod", 1752 "api_name": "getCustomIcon", 1753 "api_type": "MethodSignature", 1754 "api_optional": true, 1755 "api_func_args": [ 1756 { 1757 "name": "clusterItems", 1758 "type": "Array<ClusterItem>", 1759 "is_optional": false, 1760 "has_default": false 1761 } 1762 ], 1763 "parent_api": [ 1764 { 1765 "api_name": "ClusterOverlayParams", 1766 "api_type": "InterfaceDeclaration" 1767 }, 1768 { 1769 "api_name": "mapCommon", 1770 "api_type": "ModuleDeclaration" 1771 } 1772 ], 1773 "method_return_type": "Promise<image.PixelMap>", 1774 "code_kind": 173 1775 }, 1776 "import_path": [ 1777 "@hms.core.map.mapCommon", 1778 "@kit.MapKit" 1779 ], 1780 "is_global": false 1781 }, 1782 { 1783 "file_path": "api/@internal/full/lifecycle.d.ts", 1784 "api_info": { 1785 "line": 54, 1786 "problem": "OptionalMethod", 1787 "api_name": "onCreate", 1788 "api_type": "MethodSignature", 1789 "api_optional": true, 1790 "api_func_args": [ 1791 { 1792 "name": "want", 1793 "type": "Want", 1794 "is_optional": false, 1795 "has_default": false 1796 } 1797 ], 1798 "parent_api": [ 1799 { 1800 "api_name": "LifecycleForm", 1801 "api_type": "InterfaceDeclaration" 1802 } 1803 ], 1804 "method_return_type": "FormBindingData", 1805 "code_kind": 173 1806 }, 1807 "import_path": [], 1808 "is_global": false 1809 }, 1810 { 1811 "file_path": "api/@internal/full/lifecycle.d.ts", 1812 "api_info": { 1813 "line": 63, 1814 "problem": "OptionalMethod", 1815 "api_name": "onCastToNormal", 1816 "api_type": "MethodSignature", 1817 "api_optional": true, 1818 "api_func_args": [ 1819 { 1820 "name": "formId", 1821 "type": "string", 1822 "is_optional": false, 1823 "has_default": false 1824 } 1825 ], 1826 "parent_api": [ 1827 { 1828 "api_name": "LifecycleForm", 1829 "api_type": "InterfaceDeclaration" 1830 } 1831 ], 1832 "method_return_type": "void", 1833 "code_kind": 173 1834 }, 1835 "import_path": [], 1836 "is_global": false 1837 }, 1838 { 1839 "file_path": "api/@internal/full/lifecycle.d.ts", 1840 "api_info": { 1841 "line": 72, 1842 "problem": "OptionalMethod", 1843 "api_name": "onUpdate", 1844 "api_type": "MethodSignature", 1845 "api_optional": true, 1846 "api_func_args": [ 1847 { 1848 "name": "formId", 1849 "type": "string", 1850 "is_optional": false, 1851 "has_default": false 1852 } 1853 ], 1854 "parent_api": [ 1855 { 1856 "api_name": "LifecycleForm", 1857 "api_type": "InterfaceDeclaration" 1858 } 1859 ], 1860 "method_return_type": "void", 1861 "code_kind": 173 1862 }, 1863 "import_path": [], 1864 "is_global": false 1865 }, 1866 { 1867 "file_path": "api/@internal/full/lifecycle.d.ts", 1868 "api_info": { 1869 "line": 104, 1870 "problem": "OptionalMethod", 1871 "api_name": "onVisibilityChange", 1872 "api_type": "MethodSignature", 1873 "api_optional": true, 1874 "api_func_args": [ 1875 { 1876 "name": "newStatus", 1877 "type": "Record<string, number>", 1878 "is_optional": false, 1879 "has_default": false 1880 } 1881 ], 1882 "parent_api": [ 1883 { 1884 "api_name": "LifecycleForm", 1885 "api_type": "InterfaceDeclaration" 1886 } 1887 ], 1888 "method_return_type": "void", 1889 "code_kind": 173 1890 }, 1891 "import_path": [], 1892 "is_global": false 1893 }, 1894 { 1895 "file_path": "api/@internal/full/lifecycle.d.ts", 1896 "api_info": { 1897 "line": 117, 1898 "problem": "OptionalMethod", 1899 "api_name": "onEvent", 1900 "api_type": "MethodSignature", 1901 "api_optional": true, 1902 "api_func_args": [ 1903 { 1904 "name": "formId", 1905 "type": "string", 1906 "is_optional": false, 1907 "has_default": false 1908 }, 1909 { 1910 "name": "message", 1911 "type": "string", 1912 "is_optional": false, 1913 "has_default": false 1914 } 1915 ], 1916 "parent_api": [ 1917 { 1918 "api_name": "LifecycleForm", 1919 "api_type": "InterfaceDeclaration" 1920 } 1921 ], 1922 "method_return_type": "void", 1923 "code_kind": 173 1924 }, 1925 "import_path": [], 1926 "is_global": false 1927 }, 1928 { 1929 "file_path": "api/@internal/full/lifecycle.d.ts", 1930 "api_info": { 1931 "line": 127, 1932 "problem": "OptionalMethod", 1933 "api_name": "onDestroy", 1934 "api_type": "MethodSignature", 1935 "api_optional": true, 1936 "api_func_args": [ 1937 { 1938 "name": "formId", 1939 "type": "string", 1940 "is_optional": false, 1941 "has_default": false 1942 } 1943 ], 1944 "parent_api": [ 1945 { 1946 "api_name": "LifecycleForm", 1947 "api_type": "InterfaceDeclaration" 1948 } 1949 ], 1950 "method_return_type": "void", 1951 "code_kind": 173 1952 }, 1953 "import_path": [], 1954 "is_global": false 1955 }, 1956 { 1957 "file_path": "api/@internal/full/lifecycle.d.ts", 1958 "api_info": { 1959 "line": 141, 1960 "problem": "OptionalMethod", 1961 "api_name": "onAcquireFormState", 1962 "api_type": "MethodSignature", 1963 "api_optional": true, 1964 "api_func_args": [ 1965 { 1966 "name": "want", 1967 "type": "Want", 1968 "is_optional": false, 1969 "has_default": false 1970 } 1971 ], 1972 "parent_api": [ 1973 { 1974 "api_name": "LifecycleForm", 1975 "api_type": "InterfaceDeclaration" 1976 } 1977 ], 1978 "method_return_type": "FormState", 1979 "code_kind": 173 1980 }, 1981 "import_path": [], 1982 "is_global": false 1983 }, 1984 { 1985 "file_path": "api/@internal/full/lifecycle.d.ts", 1986 "api_info": { 1987 "line": 159, 1988 "problem": "OptionalMethod", 1989 "api_name": "onShow", 1990 "api_type": "MethodSignature", 1991 "api_optional": true, 1992 "api_func_args": [], 1993 "parent_api": [ 1994 { 1995 "api_name": "LifecycleApp", 1996 "api_type": "InterfaceDeclaration" 1997 } 1998 ], 1999 "method_return_type": "void", 2000 "code_kind": 173 2001 }, 2002 "import_path": [], 2003 "is_global": false 2004 }, 2005 { 2006 "file_path": "api/@internal/full/lifecycle.d.ts", 2007 "api_info": { 2008 "line": 167, 2009 "problem": "OptionalMethod", 2010 "api_name": "onHide", 2011 "api_type": "MethodSignature", 2012 "api_optional": true, 2013 "api_func_args": [], 2014 "parent_api": [ 2015 { 2016 "api_name": "LifecycleApp", 2017 "api_type": "InterfaceDeclaration" 2018 } 2019 ], 2020 "method_return_type": "void", 2021 "code_kind": 173 2022 }, 2023 "import_path": [], 2024 "is_global": false 2025 }, 2026 { 2027 "file_path": "api/@internal/full/lifecycle.d.ts", 2028 "api_info": { 2029 "line": 175, 2030 "problem": "OptionalMethod", 2031 "api_name": "onDestroy", 2032 "api_type": "MethodSignature", 2033 "api_optional": true, 2034 "api_func_args": [], 2035 "parent_api": [ 2036 { 2037 "api_name": "LifecycleApp", 2038 "api_type": "InterfaceDeclaration" 2039 } 2040 ], 2041 "method_return_type": "void", 2042 "code_kind": 173 2043 }, 2044 "import_path": [], 2045 "is_global": false 2046 }, 2047 { 2048 "file_path": "api/@internal/full/lifecycle.d.ts", 2049 "api_info": { 2050 "line": 183, 2051 "problem": "OptionalMethod", 2052 "api_name": "onCreate", 2053 "api_type": "MethodSignature", 2054 "api_optional": true, 2055 "api_func_args": [], 2056 "parent_api": [ 2057 { 2058 "api_name": "LifecycleApp", 2059 "api_type": "InterfaceDeclaration" 2060 } 2061 ], 2062 "method_return_type": "void", 2063 "code_kind": 173 2064 }, 2065 "import_path": [], 2066 "is_global": false 2067 }, 2068 { 2069 "file_path": "api/@internal/full/lifecycle.d.ts", 2070 "api_info": { 2071 "line": 192, 2072 "problem": "OptionalMethod", 2073 "api_name": "onStartContinuation", 2074 "api_type": "MethodSignature", 2075 "api_optional": true, 2076 "api_func_args": [], 2077 "parent_api": [ 2078 { 2079 "api_name": "LifecycleApp", 2080 "api_type": "InterfaceDeclaration" 2081 } 2082 ], 2083 "method_return_type": "boolean", 2084 "code_kind": 173 2085 }, 2086 "import_path": [], 2087 "is_global": false 2088 }, 2089 { 2090 "file_path": "api/@internal/full/lifecycle.d.ts", 2091 "api_info": { 2092 "line": 204, 2093 "problem": "OptionalMethod", 2094 "api_name": "onSaveData", 2095 "api_type": "MethodSignature", 2096 "api_optional": true, 2097 "api_func_args": [ 2098 { 2099 "name": "data", 2100 "type": "Object", 2101 "is_optional": false, 2102 "has_default": false 2103 } 2104 ], 2105 "parent_api": [ 2106 { 2107 "api_name": "LifecycleApp", 2108 "api_type": "InterfaceDeclaration" 2109 } 2110 ], 2111 "method_return_type": "boolean", 2112 "code_kind": 173 2113 }, 2114 "import_path": [], 2115 "is_global": false 2116 }, 2117 { 2118 "file_path": "api/@internal/full/lifecycle.d.ts", 2119 "api_info": { 2120 "line": 216, 2121 "problem": "OptionalMethod", 2122 "api_name": "onCompleteContinuation", 2123 "api_type": "MethodSignature", 2124 "api_optional": true, 2125 "api_func_args": [ 2126 { 2127 "name": "result", 2128 "type": "number", 2129 "is_optional": false, 2130 "has_default": false 2131 } 2132 ], 2133 "parent_api": [ 2134 { 2135 "api_name": "LifecycleApp", 2136 "api_type": "InterfaceDeclaration" 2137 } 2138 ], 2139 "method_return_type": "void", 2140 "code_kind": 173 2141 }, 2142 "import_path": [], 2143 "is_global": false 2144 }, 2145 { 2146 "file_path": "api/@internal/full/lifecycle.d.ts", 2147 "api_info": { 2148 "line": 227, 2149 "problem": "OptionalMethod", 2150 "api_name": "onRestoreData", 2151 "api_type": "MethodSignature", 2152 "api_optional": true, 2153 "api_func_args": [ 2154 { 2155 "name": "data", 2156 "type": "Object", 2157 "is_optional": false, 2158 "has_default": false 2159 } 2160 ], 2161 "parent_api": [ 2162 { 2163 "api_name": "LifecycleApp", 2164 "api_type": "InterfaceDeclaration" 2165 } 2166 ], 2167 "method_return_type": "void", 2168 "code_kind": 173 2169 }, 2170 "import_path": [], 2171 "is_global": false 2172 }, 2173 { 2174 "file_path": "api/@internal/full/lifecycle.d.ts", 2175 "api_info": { 2176 "line": 236, 2177 "problem": "OptionalMethod", 2178 "api_name": "onRemoteTerminated", 2179 "api_type": "MethodSignature", 2180 "api_optional": true, 2181 "api_func_args": [], 2182 "parent_api": [ 2183 { 2184 "api_name": "LifecycleApp", 2185 "api_type": "InterfaceDeclaration" 2186 } 2187 ], 2188 "method_return_type": "void", 2189 "code_kind": 173 2190 }, 2191 "import_path": [], 2192 "is_global": false 2193 }, 2194 { 2195 "file_path": "api/@internal/full/lifecycle.d.ts", 2196 "api_info": { 2197 "line": 248, 2198 "problem": "OptionalMethod", 2199 "api_name": "onSaveAbilityState", 2200 "api_type": "MethodSignature", 2201 "api_optional": true, 2202 "api_func_args": [ 2203 { 2204 "name": "outState", 2205 "type": "PacMap", 2206 "is_optional": false, 2207 "has_default": false 2208 } 2209 ], 2210 "parent_api": [ 2211 { 2212 "api_name": "LifecycleApp", 2213 "api_type": "InterfaceDeclaration" 2214 } 2215 ], 2216 "method_return_type": "void", 2217 "code_kind": 173 2218 }, 2219 "import_path": [], 2220 "is_global": false 2221 }, 2222 { 2223 "file_path": "api/@internal/full/lifecycle.d.ts", 2224 "api_info": { 2225 "line": 260, 2226 "problem": "OptionalMethod", 2227 "api_name": "onRestoreAbilityState", 2228 "api_type": "MethodSignature", 2229 "api_optional": true, 2230 "api_func_args": [ 2231 { 2232 "name": "inState", 2233 "type": "PacMap", 2234 "is_optional": false, 2235 "has_default": false 2236 } 2237 ], 2238 "parent_api": [ 2239 { 2240 "api_name": "LifecycleApp", 2241 "api_type": "InterfaceDeclaration" 2242 } 2243 ], 2244 "method_return_type": "void", 2245 "code_kind": 173 2246 }, 2247 "import_path": [], 2248 "is_global": false 2249 }, 2250 { 2251 "file_path": "api/@internal/full/lifecycle.d.ts", 2252 "api_info": { 2253 "line": 269, 2254 "problem": "OptionalMethod", 2255 "api_name": "onInactive", 2256 "api_type": "MethodSignature", 2257 "api_optional": true, 2258 "api_func_args": [], 2259 "parent_api": [ 2260 { 2261 "api_name": "LifecycleApp", 2262 "api_type": "InterfaceDeclaration" 2263 } 2264 ], 2265 "method_return_type": "void", 2266 "code_kind": 173 2267 }, 2268 "import_path": [], 2269 "is_global": false 2270 }, 2271 { 2272 "file_path": "api/@internal/full/lifecycle.d.ts", 2273 "api_info": { 2274 "line": 277, 2275 "problem": "OptionalMethod", 2276 "api_name": "onActive", 2277 "api_type": "MethodSignature", 2278 "api_optional": true, 2279 "api_func_args": [], 2280 "parent_api": [ 2281 { 2282 "api_name": "LifecycleApp", 2283 "api_type": "InterfaceDeclaration" 2284 } 2285 ], 2286 "method_return_type": "void", 2287 "code_kind": 173 2288 }, 2289 "import_path": [], 2290 "is_global": false 2291 }, 2292 { 2293 "file_path": "api/@internal/full/lifecycle.d.ts", 2294 "api_info": { 2295 "line": 286, 2296 "problem": "OptionalMethod", 2297 "api_name": "onNewWant", 2298 "api_type": "MethodSignature", 2299 "api_optional": true, 2300 "api_func_args": [ 2301 { 2302 "name": "want", 2303 "type": "Want", 2304 "is_optional": false, 2305 "has_default": false 2306 } 2307 ], 2308 "parent_api": [ 2309 { 2310 "api_name": "LifecycleApp", 2311 "api_type": "InterfaceDeclaration" 2312 } 2313 ], 2314 "method_return_type": "void", 2315 "code_kind": 173 2316 }, 2317 "import_path": [], 2318 "is_global": false 2319 }, 2320 { 2321 "file_path": "api/@internal/full/lifecycle.d.ts", 2322 "api_info": { 2323 "line": 296, 2324 "problem": "OptionalMethod", 2325 "api_name": "onMemoryLevel", 2326 "api_type": "MethodSignature", 2327 "api_optional": true, 2328 "api_func_args": [ 2329 { 2330 "name": "level", 2331 "type": "number", 2332 "is_optional": false, 2333 "has_default": false 2334 } 2335 ], 2336 "parent_api": [ 2337 { 2338 "api_name": "LifecycleApp", 2339 "api_type": "InterfaceDeclaration" 2340 } 2341 ], 2342 "method_return_type": "void", 2343 "code_kind": 173 2344 }, 2345 "import_path": [], 2346 "is_global": false 2347 }, 2348 { 2349 "file_path": "api/@internal/full/lifecycle.d.ts", 2350 "api_info": { 2351 "line": 315, 2352 "problem": "OptionalMethod", 2353 "api_name": "onStart", 2354 "api_type": "MethodSignature", 2355 "api_optional": true, 2356 "api_func_args": [], 2357 "parent_api": [ 2358 { 2359 "api_name": "LifecycleService", 2360 "api_type": "InterfaceDeclaration" 2361 } 2362 ], 2363 "method_return_type": "void", 2364 "code_kind": 173 2365 }, 2366 "import_path": [], 2367 "is_global": false 2368 }, 2369 { 2370 "file_path": "api/@internal/full/lifecycle.d.ts", 2371 "api_info": { 2372 "line": 327, 2373 "problem": "OptionalMethod", 2374 "api_name": "onCommand", 2375 "api_type": "MethodSignature", 2376 "api_optional": true, 2377 "api_func_args": [ 2378 { 2379 "name": "want", 2380 "type": "Want", 2381 "is_optional": false, 2382 "has_default": false 2383 }, 2384 { 2385 "name": "startId", 2386 "type": "number", 2387 "is_optional": false, 2388 "has_default": false 2389 } 2390 ], 2391 "parent_api": [ 2392 { 2393 "api_name": "LifecycleService", 2394 "api_type": "InterfaceDeclaration" 2395 } 2396 ], 2397 "method_return_type": "void", 2398 "code_kind": 173 2399 }, 2400 "import_path": [], 2401 "is_global": false 2402 }, 2403 { 2404 "file_path": "api/@internal/full/lifecycle.d.ts", 2405 "api_info": { 2406 "line": 335, 2407 "problem": "OptionalMethod", 2408 "api_name": "onStop", 2409 "api_type": "MethodSignature", 2410 "api_optional": true, 2411 "api_func_args": [], 2412 "parent_api": [ 2413 { 2414 "api_name": "LifecycleService", 2415 "api_type": "InterfaceDeclaration" 2416 } 2417 ], 2418 "method_return_type": "void", 2419 "code_kind": 173 2420 }, 2421 "import_path": [], 2422 "is_global": false 2423 }, 2424 { 2425 "file_path": "api/@internal/full/lifecycle.d.ts", 2426 "api_info": { 2427 "line": 345, 2428 "problem": "OptionalMethod", 2429 "api_name": "onConnect", 2430 "api_type": "MethodSignature", 2431 "api_optional": true, 2432 "api_func_args": [ 2433 { 2434 "name": "want", 2435 "type": "Want", 2436 "is_optional": false, 2437 "has_default": false 2438 } 2439 ], 2440 "parent_api": [ 2441 { 2442 "api_name": "LifecycleService", 2443 "api_type": "InterfaceDeclaration" 2444 } 2445 ], 2446 "method_return_type": "RemoteObject", 2447 "code_kind": 173 2448 }, 2449 "import_path": [], 2450 "is_global": false 2451 }, 2452 { 2453 "file_path": "api/@internal/full/lifecycle.d.ts", 2454 "api_info": { 2455 "line": 354, 2456 "problem": "OptionalMethod", 2457 "api_name": "onDisconnect", 2458 "api_type": "MethodSignature", 2459 "api_optional": true, 2460 "api_func_args": [ 2461 { 2462 "name": "want", 2463 "type": "Want", 2464 "is_optional": false, 2465 "has_default": false 2466 } 2467 ], 2468 "parent_api": [ 2469 { 2470 "api_name": "LifecycleService", 2471 "api_type": "InterfaceDeclaration" 2472 } 2473 ], 2474 "method_return_type": "void", 2475 "code_kind": 173 2476 }, 2477 "import_path": [], 2478 "is_global": false 2479 }, 2480 { 2481 "file_path": "api/@internal/full/lifecycle.d.ts", 2482 "api_info": { 2483 "line": 366, 2484 "problem": "OptionalMethod", 2485 "api_name": "onReconnect", 2486 "api_type": "MethodSignature", 2487 "api_optional": true, 2488 "api_func_args": [ 2489 { 2490 "name": "want", 2491 "type": "Want", 2492 "is_optional": false, 2493 "has_default": false 2494 } 2495 ], 2496 "parent_api": [ 2497 { 2498 "api_name": "LifecycleService", 2499 "api_type": "InterfaceDeclaration" 2500 } 2501 ], 2502 "method_return_type": "void", 2503 "code_kind": 173 2504 }, 2505 "import_path": [], 2506 "is_global": false 2507 }, 2508 { 2509 "file_path": "api/@internal/full/lifecycle.d.ts", 2510 "api_info": { 2511 "line": 390, 2512 "problem": "OptionalMethod", 2513 "api_name": "update", 2514 "api_type": "MethodSignature", 2515 "api_optional": true, 2516 "api_func_args": [ 2517 { 2518 "name": "uri", 2519 "type": "string", 2520 "is_optional": false, 2521 "has_default": false 2522 }, 2523 { 2524 "name": "valueBucket", 2525 "type": "rdb.ValuesBucket", 2526 "is_optional": false, 2527 "has_default": false 2528 }, 2529 { 2530 "name": "predicates", 2531 "type": "dataAbility.DataAbilityPredicates", 2532 "is_optional": false, 2533 "has_default": false 2534 }, 2535 { 2536 "name": "callback", 2537 "type": "AsyncCallback<number>", 2538 "is_optional": false, 2539 "has_default": false 2540 } 2541 ], 2542 "parent_api": [ 2543 { 2544 "api_name": "LifecycleData", 2545 "api_type": "InterfaceDeclaration" 2546 } 2547 ], 2548 "method_return_type": "void", 2549 "code_kind": 173 2550 }, 2551 "import_path": [], 2552 "is_global": false 2553 }, 2554 { 2555 "file_path": "api/@internal/full/lifecycle.d.ts", 2556 "api_info": { 2557 "line": 405, 2558 "problem": "OptionalMethod", 2559 "api_name": "query", 2560 "api_type": "MethodSignature", 2561 "api_optional": true, 2562 "api_func_args": [ 2563 { 2564 "name": "uri", 2565 "type": "string", 2566 "is_optional": false, 2567 "has_default": false 2568 }, 2569 { 2570 "name": "columns", 2571 "type": "Array<string>", 2572 "is_optional": false, 2573 "has_default": false 2574 }, 2575 { 2576 "name": "predicates", 2577 "type": "dataAbility.DataAbilityPredicates", 2578 "is_optional": false, 2579 "has_default": false 2580 }, 2581 { 2582 "name": "callback", 2583 "type": "AsyncCallback<ResultSet>", 2584 "is_optional": false, 2585 "has_default": false 2586 } 2587 ], 2588 "parent_api": [ 2589 { 2590 "api_name": "LifecycleData", 2591 "api_type": "InterfaceDeclaration" 2592 } 2593 ], 2594 "method_return_type": "void", 2595 "code_kind": 173 2596 }, 2597 "import_path": [], 2598 "is_global": false 2599 }, 2600 { 2601 "file_path": "api/@internal/full/lifecycle.d.ts", 2602 "api_info": { 2603 "line": 418, 2604 "problem": "OptionalMethod", 2605 "api_name": "delete", 2606 "api_type": "MethodSignature", 2607 "api_optional": true, 2608 "api_func_args": [ 2609 { 2610 "name": "uri", 2611 "type": "string", 2612 "is_optional": false, 2613 "has_default": false 2614 }, 2615 { 2616 "name": "predicates", 2617 "type": "dataAbility.DataAbilityPredicates", 2618 "is_optional": false, 2619 "has_default": false 2620 }, 2621 { 2622 "name": "callback", 2623 "type": "AsyncCallback<number>", 2624 "is_optional": false, 2625 "has_default": false 2626 } 2627 ], 2628 "parent_api": [ 2629 { 2630 "api_name": "LifecycleData", 2631 "api_type": "InterfaceDeclaration" 2632 } 2633 ], 2634 "method_return_type": "void", 2635 "code_kind": 173 2636 }, 2637 "import_path": [], 2638 "is_global": false 2639 }, 2640 { 2641 "file_path": "api/@internal/full/lifecycle.d.ts", 2642 "api_info": { 2643 "line": 431, 2644 "problem": "OptionalMethod", 2645 "api_name": "normalizeUri", 2646 "api_type": "MethodSignature", 2647 "api_optional": true, 2648 "api_func_args": [ 2649 { 2650 "name": "uri", 2651 "type": "string", 2652 "is_optional": false, 2653 "has_default": false 2654 }, 2655 { 2656 "name": "callback", 2657 "type": "AsyncCallback<string>", 2658 "is_optional": false, 2659 "has_default": false 2660 } 2661 ], 2662 "parent_api": [ 2663 { 2664 "api_name": "LifecycleData", 2665 "api_type": "InterfaceDeclaration" 2666 } 2667 ], 2668 "method_return_type": "void", 2669 "code_kind": 173 2670 }, 2671 "import_path": [], 2672 "is_global": false 2673 }, 2674 { 2675 "file_path": "api/@internal/full/lifecycle.d.ts", 2676 "api_info": { 2677 "line": 443, 2678 "problem": "OptionalMethod", 2679 "api_name": "batchInsert", 2680 "api_type": "MethodSignature", 2681 "api_optional": true, 2682 "api_func_args": [ 2683 { 2684 "name": "uri", 2685 "type": "string", 2686 "is_optional": false, 2687 "has_default": false 2688 }, 2689 { 2690 "name": "valueBuckets", 2691 "type": "Array<rdb.ValuesBucket>", 2692 "is_optional": false, 2693 "has_default": false 2694 }, 2695 { 2696 "name": "callback", 2697 "type": "AsyncCallback<number>", 2698 "is_optional": false, 2699 "has_default": false 2700 } 2701 ], 2702 "parent_api": [ 2703 { 2704 "api_name": "LifecycleData", 2705 "api_type": "InterfaceDeclaration" 2706 } 2707 ], 2708 "method_return_type": "void", 2709 "code_kind": 173 2710 }, 2711 "import_path": [], 2712 "is_global": false 2713 }, 2714 { 2715 "file_path": "api/@internal/full/lifecycle.d.ts", 2716 "api_info": { 2717 "line": 455, 2718 "problem": "OptionalMethod", 2719 "api_name": "denormalizeUri", 2720 "api_type": "MethodSignature", 2721 "api_optional": true, 2722 "api_func_args": [ 2723 { 2724 "name": "uri", 2725 "type": "string", 2726 "is_optional": false, 2727 "has_default": false 2728 }, 2729 { 2730 "name": "callback", 2731 "type": "AsyncCallback<string>", 2732 "is_optional": false, 2733 "has_default": false 2734 } 2735 ], 2736 "parent_api": [ 2737 { 2738 "api_name": "LifecycleData", 2739 "api_type": "InterfaceDeclaration" 2740 } 2741 ], 2742 "method_return_type": "void", 2743 "code_kind": 173 2744 }, 2745 "import_path": [], 2746 "is_global": false 2747 }, 2748 { 2749 "file_path": "api/@internal/full/lifecycle.d.ts", 2750 "api_info": { 2751 "line": 467, 2752 "problem": "OptionalMethod", 2753 "api_name": "insert", 2754 "api_type": "MethodSignature", 2755 "api_optional": true, 2756 "api_func_args": [ 2757 { 2758 "name": "uri", 2759 "type": "string", 2760 "is_optional": false, 2761 "has_default": false 2762 }, 2763 { 2764 "name": "valueBucket", 2765 "type": "rdb.ValuesBucket", 2766 "is_optional": false, 2767 "has_default": false 2768 }, 2769 { 2770 "name": "callback", 2771 "type": "AsyncCallback<number>", 2772 "is_optional": false, 2773 "has_default": false 2774 } 2775 ], 2776 "parent_api": [ 2777 { 2778 "api_name": "LifecycleData", 2779 "api_type": "InterfaceDeclaration" 2780 } 2781 ], 2782 "method_return_type": "void", 2783 "code_kind": 173 2784 }, 2785 "import_path": [], 2786 "is_global": false 2787 }, 2788 { 2789 "file_path": "api/@internal/full/lifecycle.d.ts", 2790 "api_info": { 2791 "line": 483, 2792 "problem": "OptionalMethod", 2793 "api_name": "openFile", 2794 "api_type": "MethodSignature", 2795 "api_optional": true, 2796 "api_func_args": [ 2797 { 2798 "name": "uri", 2799 "type": "string", 2800 "is_optional": false, 2801 "has_default": false 2802 }, 2803 { 2804 "name": "mode", 2805 "type": "string", 2806 "is_optional": false, 2807 "has_default": false 2808 }, 2809 { 2810 "name": "callback", 2811 "type": "AsyncCallback<number>", 2812 "is_optional": false, 2813 "has_default": false 2814 } 2815 ], 2816 "parent_api": [ 2817 { 2818 "api_name": "LifecycleData", 2819 "api_type": "InterfaceDeclaration" 2820 } 2821 ], 2822 "method_return_type": "void", 2823 "code_kind": 173 2824 }, 2825 "import_path": [], 2826 "is_global": false 2827 }, 2828 { 2829 "file_path": "api/@internal/full/lifecycle.d.ts", 2830 "api_info": { 2831 "line": 499, 2832 "problem": "OptionalMethod", 2833 "api_name": "getFileTypes", 2834 "api_type": "MethodSignature", 2835 "api_optional": true, 2836 "api_func_args": [ 2837 { 2838 "name": "uri", 2839 "type": "string", 2840 "is_optional": false, 2841 "has_default": false 2842 }, 2843 { 2844 "name": "mimeTypeFilter", 2845 "type": "string", 2846 "is_optional": false, 2847 "has_default": false 2848 }, 2849 { 2850 "name": "callback", 2851 "type": "AsyncCallback<Array<string>>", 2852 "is_optional": false, 2853 "has_default": false 2854 } 2855 ], 2856 "parent_api": [ 2857 { 2858 "api_name": "LifecycleData", 2859 "api_type": "InterfaceDeclaration" 2860 } 2861 ], 2862 "method_return_type": "void", 2863 "code_kind": 173 2864 }, 2865 "import_path": [], 2866 "is_global": false 2867 }, 2868 { 2869 "file_path": "api/@internal/full/lifecycle.d.ts", 2870 "api_info": { 2871 "line": 508, 2872 "problem": "OptionalMethod", 2873 "api_name": "onInitialized", 2874 "api_type": "MethodSignature", 2875 "api_optional": true, 2876 "api_func_args": [ 2877 { 2878 "name": "info", 2879 "type": "AbilityInfo", 2880 "is_optional": false, 2881 "has_default": false 2882 } 2883 ], 2884 "parent_api": [ 2885 { 2886 "api_name": "LifecycleData", 2887 "api_type": "InterfaceDeclaration" 2888 } 2889 ], 2890 "method_return_type": "void", 2891 "code_kind": 173 2892 }, 2893 "import_path": [], 2894 "is_global": false 2895 }, 2896 { 2897 "file_path": "api/@internal/full/lifecycle.d.ts", 2898 "api_info": { 2899 "line": 521, 2900 "problem": "OptionalMethod", 2901 "api_name": "getType", 2902 "api_type": "MethodSignature", 2903 "api_optional": true, 2904 "api_func_args": [ 2905 { 2906 "name": "uri", 2907 "type": "string", 2908 "is_optional": false, 2909 "has_default": false 2910 }, 2911 { 2912 "name": "callback", 2913 "type": "AsyncCallback<string>", 2914 "is_optional": false, 2915 "has_default": false 2916 } 2917 ], 2918 "parent_api": [ 2919 { 2920 "api_name": "LifecycleData", 2921 "api_type": "InterfaceDeclaration" 2922 } 2923 ], 2924 "method_return_type": "void", 2925 "code_kind": 173 2926 }, 2927 "import_path": [], 2928 "is_global": false 2929 }, 2930 { 2931 "file_path": "api/@internal/full/lifecycle.d.ts", 2932 "api_info": { 2933 "line": 534, 2934 "problem": "OptionalMethod", 2935 "api_name": "executeBatch", 2936 "api_type": "MethodSignature", 2937 "api_optional": true, 2938 "api_func_args": [ 2939 { 2940 "name": "ops", 2941 "type": "Array<DataAbilityOperation>", 2942 "is_optional": false, 2943 "has_default": false 2944 }, 2945 { 2946 "name": "callback", 2947 "type": "AsyncCallback<Array<DataAbilityResult>>", 2948 "is_optional": false, 2949 "has_default": false 2950 } 2951 ], 2952 "parent_api": [ 2953 { 2954 "api_name": "LifecycleData", 2955 "api_type": "InterfaceDeclaration" 2956 } 2957 ], 2958 "method_return_type": "void", 2959 "code_kind": 173 2960 }, 2961 "import_path": [], 2962 "is_global": false 2963 }, 2964 { 2965 "file_path": "api/@internal/full/lifecycle.d.ts", 2966 "api_info": { 2967 "line": 547, 2968 "problem": "OptionalMethod", 2969 "api_name": "call", 2970 "api_type": "MethodSignature", 2971 "api_optional": true, 2972 "api_func_args": [ 2973 { 2974 "name": "method", 2975 "type": "string", 2976 "is_optional": false, 2977 "has_default": false 2978 }, 2979 { 2980 "name": "arg", 2981 "type": "string", 2982 "is_optional": false, 2983 "has_default": false 2984 }, 2985 { 2986 "name": "extras", 2987 "type": "PacMap", 2988 "is_optional": false, 2989 "has_default": false 2990 }, 2991 { 2992 "name": "callback", 2993 "type": "AsyncCallback<PacMap>", 2994 "is_optional": false, 2995 "has_default": false 2996 } 2997 ], 2998 "parent_api": [ 2999 { 3000 "api_name": "LifecycleData", 3001 "api_type": "InterfaceDeclaration" 3002 } 3003 ], 3004 "method_return_type": "void", 3005 "code_kind": 173 3006 }, 3007 "import_path": [], 3008 "is_global": false 3009 }, 3010 { 3011 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3012 "api_info": { 3013 "line": 83, 3014 "problem": "OptionalMethod", 3015 "api_name": "onAbilityWillCreate", 3016 "api_type": "MethodDeclaration", 3017 "api_optional": true, 3018 "api_func_args": [ 3019 { 3020 "name": "ability", 3021 "type": "UIAbility", 3022 "is_optional": false, 3023 "has_default": false 3024 } 3025 ], 3026 "parent_api": [ 3027 { 3028 "api_name": "AbilityLifecycleCallback", 3029 "api_type": "ClassDeclaration" 3030 } 3031 ], 3032 "method_return_type": "void", 3033 "code_kind": 174 3034 }, 3035 "import_path": [ 3036 "@ohos.app.ability.AbilityLifecycleCallback", 3037 "@kit.AbilityKit" 3038 ], 3039 "is_global": false 3040 }, 3041 { 3042 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3043 "api_info": { 3044 "line": 125, 3045 "problem": "OptionalMethod", 3046 "api_name": "onWindowStageWillCreate", 3047 "api_type": "MethodDeclaration", 3048 "api_optional": true, 3049 "api_func_args": [ 3050 { 3051 "name": "ability", 3052 "type": "UIAbility", 3053 "is_optional": false, 3054 "has_default": false 3055 }, 3056 { 3057 "name": "windowStage", 3058 "type": "window.WindowStage", 3059 "is_optional": false, 3060 "has_default": false 3061 } 3062 ], 3063 "parent_api": [ 3064 { 3065 "api_name": "AbilityLifecycleCallback", 3066 "api_type": "ClassDeclaration" 3067 } 3068 ], 3069 "method_return_type": "void", 3070 "code_kind": 174 3071 }, 3072 "import_path": [ 3073 "@ohos.app.ability.AbilityLifecycleCallback", 3074 "@kit.AbilityKit" 3075 ], 3076 "is_global": false 3077 }, 3078 { 3079 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3080 "api_info": { 3081 "line": 135, 3082 "problem": "OptionalMethod", 3083 "api_name": "onWillNewWant", 3084 "api_type": "MethodDeclaration", 3085 "api_optional": true, 3086 "api_func_args": [ 3087 { 3088 "name": "ability", 3089 "type": "UIAbility", 3090 "is_optional": false, 3091 "has_default": false 3092 } 3093 ], 3094 "parent_api": [ 3095 { 3096 "api_name": "AbilityLifecycleCallback", 3097 "api_type": "ClassDeclaration" 3098 } 3099 ], 3100 "method_return_type": "void", 3101 "code_kind": 174 3102 }, 3103 "import_path": [ 3104 "@ohos.app.ability.AbilityLifecycleCallback", 3105 "@kit.AbilityKit" 3106 ], 3107 "is_global": false 3108 }, 3109 { 3110 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3111 "api_info": { 3112 "line": 145, 3113 "problem": "OptionalMethod", 3114 "api_name": "onNewWant", 3115 "api_type": "MethodDeclaration", 3116 "api_optional": true, 3117 "api_func_args": [ 3118 { 3119 "name": "ability", 3120 "type": "UIAbility", 3121 "is_optional": false, 3122 "has_default": false 3123 } 3124 ], 3125 "parent_api": [ 3126 { 3127 "api_name": "AbilityLifecycleCallback", 3128 "api_type": "ClassDeclaration" 3129 } 3130 ], 3131 "method_return_type": "void", 3132 "code_kind": 174 3133 }, 3134 "import_path": [ 3135 "@ohos.app.ability.AbilityLifecycleCallback", 3136 "@kit.AbilityKit" 3137 ], 3138 "is_global": false 3139 }, 3140 { 3141 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3142 "api_info": { 3143 "line": 227, 3144 "problem": "OptionalMethod", 3145 "api_name": "onWindowStageWillDestroy", 3146 "api_type": "MethodDeclaration", 3147 "api_optional": true, 3148 "api_func_args": [ 3149 { 3150 "name": "ability", 3151 "type": "UIAbility", 3152 "is_optional": false, 3153 "has_default": false 3154 }, 3155 { 3156 "name": "windowStage", 3157 "type": "window.WindowStage", 3158 "is_optional": false, 3159 "has_default": false 3160 } 3161 ], 3162 "parent_api": [ 3163 { 3164 "api_name": "AbilityLifecycleCallback", 3165 "api_type": "ClassDeclaration" 3166 } 3167 ], 3168 "method_return_type": "void", 3169 "code_kind": 174 3170 }, 3171 "import_path": [ 3172 "@ohos.app.ability.AbilityLifecycleCallback", 3173 "@kit.AbilityKit" 3174 ], 3175 "is_global": false 3176 }, 3177 { 3178 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3179 "api_info": { 3180 "line": 265, 3181 "problem": "OptionalMethod", 3182 "api_name": "onAbilityWillDestroy", 3183 "api_type": "MethodDeclaration", 3184 "api_optional": true, 3185 "api_func_args": [ 3186 { 3187 "name": "ability", 3188 "type": "UIAbility", 3189 "is_optional": false, 3190 "has_default": false 3191 } 3192 ], 3193 "parent_api": [ 3194 { 3195 "api_name": "AbilityLifecycleCallback", 3196 "api_type": "ClassDeclaration" 3197 } 3198 ], 3199 "method_return_type": "void", 3200 "code_kind": 174 3201 }, 3202 "import_path": [ 3203 "@ohos.app.ability.AbilityLifecycleCallback", 3204 "@kit.AbilityKit" 3205 ], 3206 "is_global": false 3207 }, 3208 { 3209 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3210 "api_info": { 3211 "line": 303, 3212 "problem": "OptionalMethod", 3213 "api_name": "onAbilityWillForeground", 3214 "api_type": "MethodDeclaration", 3215 "api_optional": true, 3216 "api_func_args": [ 3217 { 3218 "name": "ability", 3219 "type": "UIAbility", 3220 "is_optional": false, 3221 "has_default": false 3222 } 3223 ], 3224 "parent_api": [ 3225 { 3226 "api_name": "AbilityLifecycleCallback", 3227 "api_type": "ClassDeclaration" 3228 } 3229 ], 3230 "method_return_type": "void", 3231 "code_kind": 174 3232 }, 3233 "import_path": [ 3234 "@ohos.app.ability.AbilityLifecycleCallback", 3235 "@kit.AbilityKit" 3236 ], 3237 "is_global": false 3238 }, 3239 { 3240 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3241 "api_info": { 3242 "line": 341, 3243 "problem": "OptionalMethod", 3244 "api_name": "onAbilityWillBackground", 3245 "api_type": "MethodDeclaration", 3246 "api_optional": true, 3247 "api_func_args": [ 3248 { 3249 "name": "ability", 3250 "type": "UIAbility", 3251 "is_optional": false, 3252 "has_default": false 3253 } 3254 ], 3255 "parent_api": [ 3256 { 3257 "api_name": "AbilityLifecycleCallback", 3258 "api_type": "ClassDeclaration" 3259 } 3260 ], 3261 "method_return_type": "void", 3262 "code_kind": 174 3263 }, 3264 "import_path": [ 3265 "@ohos.app.ability.AbilityLifecycleCallback", 3266 "@kit.AbilityKit" 3267 ], 3268 "is_global": false 3269 }, 3270 { 3271 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3272 "api_info": { 3273 "line": 369, 3274 "problem": "OptionalMethod", 3275 "api_name": "onAbilityWillContinue", 3276 "api_type": "MethodDeclaration", 3277 "api_optional": true, 3278 "api_func_args": [ 3279 { 3280 "name": "ability", 3281 "type": "UIAbility", 3282 "is_optional": false, 3283 "has_default": false 3284 } 3285 ], 3286 "parent_api": [ 3287 { 3288 "api_name": "AbilityLifecycleCallback", 3289 "api_type": "ClassDeclaration" 3290 } 3291 ], 3292 "method_return_type": "void", 3293 "code_kind": 174 3294 }, 3295 "import_path": [ 3296 "@ohos.app.ability.AbilityLifecycleCallback", 3297 "@kit.AbilityKit" 3298 ], 3299 "is_global": false 3300 }, 3301 { 3302 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3303 "api_info": { 3304 "line": 380, 3305 "problem": "OptionalMethod", 3306 "api_name": "onWindowStageWillRestore", 3307 "api_type": "MethodDeclaration", 3308 "api_optional": true, 3309 "api_func_args": [ 3310 { 3311 "name": "ability", 3312 "type": "UIAbility", 3313 "is_optional": false, 3314 "has_default": false 3315 }, 3316 { 3317 "name": "windowStage", 3318 "type": "window.WindowStage", 3319 "is_optional": false, 3320 "has_default": false 3321 } 3322 ], 3323 "parent_api": [ 3324 { 3325 "api_name": "AbilityLifecycleCallback", 3326 "api_type": "ClassDeclaration" 3327 } 3328 ], 3329 "method_return_type": "void", 3330 "code_kind": 174 3331 }, 3332 "import_path": [ 3333 "@ohos.app.ability.AbilityLifecycleCallback", 3334 "@kit.AbilityKit" 3335 ], 3336 "is_global": false 3337 }, 3338 { 3339 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3340 "api_info": { 3341 "line": 391, 3342 "problem": "OptionalMethod", 3343 "api_name": "onWindowStageRestore", 3344 "api_type": "MethodDeclaration", 3345 "api_optional": true, 3346 "api_func_args": [ 3347 { 3348 "name": "ability", 3349 "type": "UIAbility", 3350 "is_optional": false, 3351 "has_default": false 3352 }, 3353 { 3354 "name": "windowStage", 3355 "type": "window.WindowStage", 3356 "is_optional": false, 3357 "has_default": false 3358 } 3359 ], 3360 "parent_api": [ 3361 { 3362 "api_name": "AbilityLifecycleCallback", 3363 "api_type": "ClassDeclaration" 3364 } 3365 ], 3366 "method_return_type": "void", 3367 "code_kind": 174 3368 }, 3369 "import_path": [ 3370 "@ohos.app.ability.AbilityLifecycleCallback", 3371 "@kit.AbilityKit" 3372 ], 3373 "is_global": false 3374 }, 3375 { 3376 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3377 "api_info": { 3378 "line": 401, 3379 "problem": "OptionalMethod", 3380 "api_name": "onAbilityWillSaveState", 3381 "api_type": "MethodDeclaration", 3382 "api_optional": true, 3383 "api_func_args": [ 3384 { 3385 "name": "ability", 3386 "type": "UIAbility", 3387 "is_optional": false, 3388 "has_default": false 3389 } 3390 ], 3391 "parent_api": [ 3392 { 3393 "api_name": "AbilityLifecycleCallback", 3394 "api_type": "ClassDeclaration" 3395 } 3396 ], 3397 "method_return_type": "void", 3398 "code_kind": 174 3399 }, 3400 "import_path": [ 3401 "@ohos.app.ability.AbilityLifecycleCallback", 3402 "@kit.AbilityKit" 3403 ], 3404 "is_global": false 3405 }, 3406 { 3407 "file_path": "api/@ohos.app.ability.AbilityLifecycleCallback.d.ts", 3408 "api_info": { 3409 "line": 411, 3410 "problem": "OptionalMethod", 3411 "api_name": "onAbilitySaveState", 3412 "api_type": "MethodDeclaration", 3413 "api_optional": true, 3414 "api_func_args": [ 3415 { 3416 "name": "ability", 3417 "type": "UIAbility", 3418 "is_optional": false, 3419 "has_default": false 3420 } 3421 ], 3422 "parent_api": [ 3423 { 3424 "api_name": "AbilityLifecycleCallback", 3425 "api_type": "ClassDeclaration" 3426 } 3427 ], 3428 "method_return_type": "void", 3429 "code_kind": 174 3430 }, 3431 "import_path": [ 3432 "@ohos.app.ability.AbilityLifecycleCallback", 3433 "@kit.AbilityKit" 3434 ], 3435 "is_global": false 3436 }, 3437 { 3438 "file_path": "api/@ohos.app.ability.DriverExtensionAbility.d.ts", 3439 "api_info": { 3440 "line": 78, 3441 "problem": "LimitedVoidType", 3442 "api_name": "onDisconnect", 3443 "api_type": "MethodDeclaration", 3444 "api_optional": false, 3445 "api_func_args": [ 3446 { 3447 "name": "want", 3448 "type": "Want", 3449 "is_optional": false, 3450 "has_default": false 3451 } 3452 ], 3453 "parent_api": [ 3454 { 3455 "api_name": "DriverExtensionAbility", 3456 "api_type": "ClassDeclaration" 3457 } 3458 ], 3459 "method_return_type": "void | Promise<void>", 3460 "code_kind": 174 3461 }, 3462 "import_path": [ 3463 "@ohos.app.ability.DriverExtensionAbility", 3464 "@kit.DriverDevelopmentKit" 3465 ], 3466 "is_global": false 3467 }, 3468 { 3469 "file_path": "api/@ohos.app.ability.PhotoEditorExtensionAbility.d.ts", 3470 "api_info": { 3471 "line": 73, 3472 "problem": "LimitedVoidType", 3473 "api_name": "onDestroy", 3474 "api_type": "MethodDeclaration", 3475 "api_optional": false, 3476 "api_func_args": [], 3477 "parent_api": [ 3478 { 3479 "api_name": "PhotoEditorExtensionAbility", 3480 "api_type": "ClassDeclaration" 3481 } 3482 ], 3483 "method_return_type": "void | Promise<void>", 3484 "code_kind": 174 3485 }, 3486 "import_path": [ 3487 "@ohos.app.ability.PhotoEditorExtensionAbility", 3488 "@kit.AbilityKit" 3489 ], 3490 "is_global": false 3491 }, 3492 { 3493 "file_path": "api/@ohos.app.ability.UIAbility.d.ts", 3494 "api_info": { 3495 "line": 472, 3496 "problem": "LimitedVoidType", 3497 "api_name": "onDestroy", 3498 "api_type": "MethodDeclaration", 3499 "api_optional": false, 3500 "api_func_args": [], 3501 "parent_api": [ 3502 { 3503 "api_name": "UIAbility", 3504 "api_type": "ClassDeclaration" 3505 } 3506 ], 3507 "method_return_type": "void | Promise<void>", 3508 "code_kind": 174 3509 }, 3510 "import_path": [ 3511 "@ohos.app.ability.UIAbility", 3512 "@kit.AbilityKit" 3513 ], 3514 "is_global": false 3515 }, 3516 { 3517 "file_path": "api/@ohos.app.ability.UIExtensionAbility.d.ts", 3518 "api_info": { 3519 "line": 101, 3520 "problem": "LimitedVoidType", 3521 "api_name": "onDestroy", 3522 "api_type": "MethodDeclaration", 3523 "api_optional": false, 3524 "api_func_args": [], 3525 "parent_api": [ 3526 { 3527 "api_name": "UIExtensionAbility", 3528 "api_type": "ClassDeclaration" 3529 } 3530 ], 3531 "method_return_type": "void | Promise<void>", 3532 "code_kind": 174 3533 }, 3534 "import_path": [ 3535 "@ohos.app.ability.UIExtensionAbility", 3536 "@kit.AbilityKit" 3537 ], 3538 "is_global": false 3539 }, 3540 { 3541 "file_path": "api/@ohos.app.appstartup.StartupConfigEntry.d.ts", 3542 "api_info": { 3543 "line": 36, 3544 "problem": "OptionalMethod", 3545 "api_name": "onConfig", 3546 "api_type": "MethodDeclaration", 3547 "api_optional": true, 3548 "api_func_args": [], 3549 "parent_api": [ 3550 { 3551 "api_name": "StartupConfigEntry", 3552 "api_type": "ClassDeclaration" 3553 } 3554 ], 3555 "method_return_type": "StartupConfig", 3556 "code_kind": 174 3557 }, 3558 "import_path": [ 3559 "@ohos.app.appstartup.StartupConfigEntry", 3560 "@kit.AbilityKit" 3561 ], 3562 "is_global": false 3563 }, 3564 { 3565 "file_path": "api/@ohos.app.appstartup.StartupListener.d.ts", 3566 "api_info": { 3567 "line": 36, 3568 "problem": "OptionalMethod", 3569 "api_name": "onCompleted", 3570 "api_type": "MethodDeclaration", 3571 "api_optional": true, 3572 "api_func_args": [ 3573 { 3574 "name": "error", 3575 "type": "BusinessError<void>", 3576 "is_optional": false, 3577 "has_default": false 3578 } 3579 ], 3580 "parent_api": [ 3581 { 3582 "api_name": "StartupListener", 3583 "api_type": "ClassDeclaration" 3584 } 3585 ], 3586 "method_return_type": "void", 3587 "code_kind": 174 3588 }, 3589 "import_path": [ 3590 "@ohos.app.appstartup.StartupListener", 3591 "@kit.AbilityKit" 3592 ], 3593 "is_global": false 3594 }, 3595 { 3596 "file_path": "api/@ohos.app.appstartup.StartupTask.d.ets", 3597 "api_info": { 3598 "line": 38, 3599 "problem": "OptionalMethod", 3600 "api_name": "onDependencyCompleted", 3601 "api_type": "MethodDeclaration", 3602 "api_optional": true, 3603 "api_func_args": [ 3604 { 3605 "name": "dependency", 3606 "type": "string", 3607 "is_optional": false, 3608 "has_default": false 3609 }, 3610 { 3611 "name": "result", 3612 "type": "Object", 3613 "is_optional": false, 3614 "has_default": false 3615 } 3616 ], 3617 "parent_api": [ 3618 { 3619 "api_name": "StartupTask", 3620 "api_type": "ClassDeclaration" 3621 } 3622 ], 3623 "method_return_type": "void", 3624 "code_kind": 174 3625 }, 3626 "import_path": [ 3627 "@ohos.app.appstartup.StartupTask", 3628 "@kit.AbilityKit" 3629 ], 3630 "is_global": false 3631 }, 3632 { 3633 "file_path": "api/@ohos.app.appstartup.StartupTask.d.ets", 3634 "api_info": { 3635 "line": 49, 3636 "problem": "LimitedVoidType", 3637 "api_name": "init", 3638 "api_type": "MethodDeclaration", 3639 "api_optional": false, 3640 "api_func_args": [ 3641 { 3642 "name": "context", 3643 "type": "AbilityStageContext", 3644 "is_optional": false, 3645 "has_default": false 3646 } 3647 ], 3648 "parent_api": [ 3649 { 3650 "api_name": "StartupTask", 3651 "api_type": "ClassDeclaration" 3652 } 3653 ], 3654 "method_return_type": "Promise<void | Object>", 3655 "code_kind": 174 3656 }, 3657 "import_path": [ 3658 "@ohos.app.appstartup.StartupTask", 3659 "@kit.AbilityKit" 3660 ], 3661 "is_global": false 3662 }, 3663 { 3664 "file_path": "api/@ohos.app.form.FormExtensionAbility.d.ts", 3665 "api_info": { 3666 "line": 253, 3667 "problem": "OptionalMethod", 3668 "api_name": "onAcquireFormState", 3669 "api_type": "MethodDeclaration", 3670 "api_optional": true, 3671 "api_func_args": [ 3672 { 3673 "name": "want", 3674 "type": "Want", 3675 "is_optional": false, 3676 "has_default": false 3677 } 3678 ], 3679 "parent_api": [ 3680 { 3681 "api_name": "FormExtensionAbility", 3682 "api_type": "ClassDeclaration" 3683 } 3684 ], 3685 "method_return_type": "FormState", 3686 "code_kind": 174 3687 }, 3688 "import_path": [ 3689 "@ohos.app.form.FormExtensionAbility", 3690 "@kit.FormKit" 3691 ], 3692 "is_global": false 3693 }, 3694 { 3695 "file_path": "api/@ohos.app.form.FormExtensionAbility.d.ts", 3696 "api_info": { 3697 "line": 262, 3698 "problem": "OptionalMethod", 3699 "api_name": "onStop", 3700 "api_type": "MethodDeclaration", 3701 "api_optional": true, 3702 "api_func_args": [], 3703 "parent_api": [ 3704 { 3705 "api_name": "FormExtensionAbility", 3706 "api_type": "ClassDeclaration" 3707 } 3708 ], 3709 "method_return_type": "void", 3710 "code_kind": 174 3711 }, 3712 "import_path": [ 3713 "@ohos.app.form.FormExtensionAbility", 3714 "@kit.FormKit" 3715 ], 3716 "is_global": false 3717 }, 3718 { 3719 "file_path": "api/@ohos.arkui.Prefetcher.d.ts", 3720 "api_info": { 3721 "line": 41, 3722 "problem": "LimitedVoidType", 3723 "api_name": "prefetch", 3724 "api_type": "MethodSignature", 3725 "api_optional": false, 3726 "api_func_args": [ 3727 { 3728 "name": "index", 3729 "type": "number", 3730 "is_optional": false, 3731 "has_default": false 3732 } 3733 ], 3734 "parent_api": [ 3735 { 3736 "api_name": "IDataSourcePrefetching", 3737 "api_type": "InterfaceDeclaration" 3738 } 3739 ], 3740 "method_return_type": "void | Promise<void>", 3741 "code_kind": 173 3742 }, 3743 "import_path": [ 3744 "@ohos.arkui.Prefetcher", 3745 "@kit.ArkUI" 3746 ], 3747 "is_global": false 3748 }, 3749 { 3750 "file_path": "api/@ohos.arkui.Prefetcher.d.ts", 3751 "api_info": { 3752 "line": 53, 3753 "problem": "OptionalMethod", 3754 "api_name": "cancel", 3755 "api_type": "MethodSignature", 3756 "api_optional": true, 3757 "api_func_args": [ 3758 { 3759 "name": "index", 3760 "type": "number", 3761 "is_optional": false, 3762 "has_default": false 3763 } 3764 ], 3765 "parent_api": [ 3766 { 3767 "api_name": "IDataSourcePrefetching", 3768 "api_type": "InterfaceDeclaration" 3769 } 3770 ], 3771 "method_return_type": "void | Promise<void>", 3772 "code_kind": 173 3773 }, 3774 "import_path": [ 3775 "@ohos.arkui.Prefetcher", 3776 "@kit.ArkUI" 3777 ], 3778 "is_global": false 3779 }, 3780 { 3781 "file_path": "api/@ohos.arkui.Prefetcher.d.ts", 3782 "api_info": { 3783 "line": 53, 3784 "problem": "LimitedVoidType", 3785 "api_name": "cancel", 3786 "api_type": "MethodSignature", 3787 "api_optional": true, 3788 "api_func_args": [ 3789 { 3790 "name": "index", 3791 "type": "number", 3792 "is_optional": false, 3793 "has_default": false 3794 } 3795 ], 3796 "parent_api": [ 3797 { 3798 "api_name": "IDataSourcePrefetching", 3799 "api_type": "InterfaceDeclaration" 3800 } 3801 ], 3802 "method_return_type": "void | Promise<void>", 3803 "code_kind": 173 3804 }, 3805 "import_path": [ 3806 "@ohos.arkui.Prefetcher", 3807 "@kit.ArkUI" 3808 ], 3809 "is_global": false 3810 }, 3811 { 3812 "file_path": "api/@ohos.arkui.StateManagement.d.ts", 3813 "api_info": { 3814 "line": 47, 3815 "problem": "ConstructorIface", 3816 "api_type": "ConstructSignature", 3817 "api_optional": false, 3818 "api_func_args": [ 3819 { 3820 "name": "args", 3821 "type": "any", 3822 "is_optional": false, 3823 "has_default": false 3824 } 3825 ], 3826 "parent_api": [ 3827 { 3828 "api_name": "TypeConstructorWithArgs", 3829 "api_type": "InterfaceDeclaration" 3830 } 3831 ], 3832 "method_return_type": "T", 3833 "code_kind": 180 3834 }, 3835 "import_path": [ 3836 "@ohos.arkui.StateManagement", 3837 "@kit.ArkUI" 3838 ], 3839 "is_global": false 3840 }, 3841 { 3842 "file_path": "api/@ohos.arkui.StateManagement.d.ts", 3843 "api_info": { 3844 "line": 156, 3845 "problem": "ConstructorIface", 3846 "api_type": "ConstructSignature", 3847 "api_optional": false, 3848 "api_func_args": [], 3849 "parent_api": [ 3850 { 3851 "api_name": "TypeConstructor", 3852 "api_type": "InterfaceDeclaration" 3853 } 3854 ], 3855 "method_return_type": "T", 3856 "code_kind": 180 3857 }, 3858 "import_path": [ 3859 "@ohos.arkui.StateManagement", 3860 "@kit.ArkUI" 3861 ], 3862 "is_global": false 3863 }, 3864 { 3865 "file_path": "api/@ohos.multimedia.audio.d.ts", 3866 "api_info": { 3867 "line": 5120, 3868 "problem": "LimitedVoidType", 3869 "api_name": "AudioRendererWriteDataCallback", 3870 "api_type": "TypeAliasDeclaration", 3871 "api_func_args": [ 3872 { 3873 "name": "data", 3874 "type": "ArrayBuffer", 3875 "is_optional": false 3876 } 3877 ], 3878 "parent_api": [ 3879 { 3880 "api_name": "audio", 3881 "api_type": "ModuleDeclaration" 3882 } 3883 ], 3884 "method_return_type": "AudioDataCallbackResult | void", 3885 "code_kind": 268 3886 }, 3887 "import_path": [ 3888 "@ohos.multimedia.audio", 3889 "@kit.AudioKit" 3890 ], 3891 "is_global": false 3892 }, 3893 { 3894 "file_path": "api/@ohos.web.webview.d.ts", 3895 "api_info": { 3896 "line": 6490, 3897 "problem": "OptionalMethod", 3898 "api_name": "resumePlayer", 3899 "api_type": "MethodSignature", 3900 "api_optional": true, 3901 "api_func_args": [], 3902 "parent_api": [ 3903 { 3904 "api_name": "NativeMediaPlayerBridge", 3905 "api_type": "InterfaceDeclaration" 3906 }, 3907 { 3908 "api_name": "webview", 3909 "api_type": "ModuleDeclaration" 3910 } 3911 ], 3912 "method_return_type": "void", 3913 "code_kind": 173 3914 }, 3915 "import_path": [ 3916 "@ohos.web.webview", 3917 "@kit.ArkWeb" 3918 ], 3919 "is_global": false 3920 }, 3921 { 3922 "file_path": "api/@ohos.web.webview.d.ts", 3923 "api_info": { 3924 "line": 6500, 3925 "problem": "OptionalMethod", 3926 "api_name": "suspendPlayer", 3927 "api_type": "MethodSignature", 3928 "api_optional": true, 3929 "api_func_args": [ 3930 { 3931 "name": "type", 3932 "type": "SuspendType", 3933 "is_optional": false, 3934 "has_default": false 3935 } 3936 ], 3937 "parent_api": [ 3938 { 3939 "api_name": "NativeMediaPlayerBridge", 3940 "api_type": "InterfaceDeclaration" 3941 }, 3942 { 3943 "api_name": "webview", 3944 "api_type": "ModuleDeclaration" 3945 } 3946 ], 3947 "method_return_type": "void", 3948 "code_kind": 173 3949 }, 3950 "import_path": [ 3951 "@ohos.web.webview", 3952 "@kit.ArkWeb" 3953 ], 3954 "is_global": false 3955 }, 3956 { 3957 "file_path": "api/@ohos.worker.d.ts", 3958 "api_info": { 3959 "line": 492, 3960 "problem": "LimitedVoidType", 3961 "api_name": "EventListener", 3962 "api_type": "InterfaceDeclaration", 3963 "parent_api": [], 3964 "code_kind": 267 3965 }, 3966 "import_path": [ 3967 "@ohos.worker", 3968 "@kit.ArkTS" 3969 ], 3970 "is_global": false 3971 }, 3972 { 3973 "file_path": "api/@ohos.worker.d.ts", 3974 "api_info": { 3975 "line": 561, 3976 "problem": "LimitedVoidType", 3977 "api_name": "WorkerEventListener", 3978 "api_type": "InterfaceDeclaration", 3979 "parent_api": [], 3980 "code_kind": 267 3981 }, 3982 "import_path": [ 3983 "@ohos.worker", 3984 "@kit.ArkTS" 3985 ], 3986 "is_global": false 3987 }, 3988 { 3989 "file_path": "api/@ohos.worker.d.ts", 3990 "api_info": { 3991 "line": 869, 3992 "problem": "TypeQuery", 3993 "api_name": "self", 3994 "api_type": "PropertySignature", 3995 "api_optional": false, 3996 "parent_api": [ 3997 { 3998 "api_name": "DedicatedWorkerGlobalScope", 3999 "api_type": "InterfaceDeclaration" 4000 }, 4001 { 4002 "api_name": "WorkerGlobalScope", 4003 "api_type": "InterfaceDeclaration" 4004 } 4005 ], 4006 "code_kind": 170, 4007 "api_property_type": "WorkerGlobalScope & typeof globalThis" 4008 }, 4009 "import_path": [ 4010 "@ohos.worker", 4011 "@kit.ArkTS" 4012 ], 4013 "is_global": false 4014 }, 4015 { 4016 "file_path": "api/@ohos.worker.d.ts", 4017 "api_info": { 4018 "line": 869, 4019 "problem": "GlobalThisError", 4020 "api_name": "self", 4021 "api_type": "PropertySignature", 4022 "api_optional": false, 4023 "parent_api": [ 4024 { 4025 "api_name": "DedicatedWorkerGlobalScope", 4026 "api_type": "InterfaceDeclaration" 4027 }, 4028 { 4029 "api_name": "WorkerGlobalScope", 4030 "api_type": "InterfaceDeclaration" 4031 } 4032 ], 4033 "code_kind": 170, 4034 "api_property_type": "WorkerGlobalScope & typeof globalThis" 4035 }, 4036 "import_path": [ 4037 "@ohos.worker", 4038 "@kit.ArkTS" 4039 ], 4040 "is_global": false 4041 }, 4042 { 4043 "file_path": "api/@ohos.worker.d.ts", 4044 "api_info": { 4045 "line": 970, 4046 "problem": "TypeQuery", 4047 "api_name": "self", 4048 "api_type": "PropertySignature", 4049 "api_optional": false, 4050 "parent_api": [ 4051 { 4052 "api_name": "ThreadWorkerGlobalScope", 4053 "api_type": "InterfaceDeclaration" 4054 }, 4055 { 4056 "api_name": "GlobalScope", 4057 "api_type": "InterfaceDeclaration" 4058 } 4059 ], 4060 "code_kind": 170, 4061 "api_property_type": "GlobalScope & typeof globalThis" 4062 }, 4063 "import_path": [ 4064 "@ohos.worker", 4065 "@kit.ArkTS" 4066 ], 4067 "is_global": false 4068 }, 4069 { 4070 "file_path": "api/@ohos.worker.d.ts", 4071 "api_info": { 4072 "line": 970, 4073 "problem": "GlobalThisError", 4074 "api_name": "self", 4075 "api_type": "PropertySignature", 4076 "api_optional": false, 4077 "parent_api": [ 4078 { 4079 "api_name": "ThreadWorkerGlobalScope", 4080 "api_type": "InterfaceDeclaration" 4081 }, 4082 { 4083 "api_name": "GlobalScope", 4084 "api_type": "InterfaceDeclaration" 4085 } 4086 ], 4087 "code_kind": 170, 4088 "api_property_type": "GlobalScope & typeof globalThis" 4089 }, 4090 "import_path": [ 4091 "@ohos.worker", 4092 "@kit.ArkTS" 4093 ], 4094 "is_global": false 4095 }, 4096 { 4097 "file_path": "api/app/context.d.ts", 4098 "api_info": { 4099 "line": 39, 4100 "problem": "InterfaceExtendsClass", 4101 "api_name": "Context", 4102 "api_type": "InterfaceDeclaration", 4103 "parent_api": [], 4104 "code_kind": 267 4105 }, 4106 "import_path": [], 4107 "is_global": false 4108 }, 4109 { 4110 "file_path": "api/application/AbilityStartCallback.d.ts", 4111 "api_info": { 4112 "line": 49, 4113 "problem": "OptionalMethod", 4114 "api_name": "onResult", 4115 "api_type": "MethodDeclaration", 4116 "api_optional": true, 4117 "api_func_args": [ 4118 { 4119 "name": "parameter", 4120 "type": "AbilityResult", 4121 "is_optional": false, 4122 "has_default": false 4123 } 4124 ], 4125 "parent_api": [ 4126 { 4127 "api_name": "AbilityStartCallback", 4128 "api_type": "ClassDeclaration" 4129 } 4130 ], 4131 "method_return_type": "void", 4132 "code_kind": 174 4133 }, 4134 "import_path": [ 4135 "@ohos.app.ability.common" 4136 ], 4137 "is_global": false 4138 }, 4139 { 4140 "file_path": "api/application/AccessibilityExtensionContext.d.ts", 4141 "api_info": { 4142 "line": 275, 4143 "problem": "IndexedAccessType", 4144 "api_name": "attributeValue", 4145 "api_type": "MethodSignature", 4146 "api_optional": false, 4147 "api_func_args": [ 4148 { 4149 "name": "attributeName", 4150 "type": "T", 4151 "is_optional": false, 4152 "has_default": false 4153 }, 4154 { 4155 "name": "callback", 4156 "type": "AsyncCallback<ElementAttributeValues[T]>", 4157 "is_optional": false, 4158 "has_default": false 4159 } 4160 ], 4161 "parent_api": [ 4162 { 4163 "api_name": "AccessibilityElement", 4164 "api_type": "InterfaceDeclaration" 4165 } 4166 ], 4167 "method_return_type": "void", 4168 "code_kind": 173 4169 }, 4170 "import_path": [ 4171 "@ohos.application.AccessibilityExtensionAbility", 4172 "@kit.AccessibilityKit" 4173 ], 4174 "is_global": false 4175 }, 4176 { 4177 "file_path": "api/application/AccessibilityExtensionContext.d.ts", 4178 "api_info": { 4179 "line": 290, 4180 "problem": "IndexedAccessType", 4181 "api_name": "attributeValue", 4182 "api_type": "MethodSignature", 4183 "api_optional": false, 4184 "api_func_args": [ 4185 { 4186 "name": "attributeName", 4187 "type": "T", 4188 "is_optional": false, 4189 "has_default": false 4190 } 4191 ], 4192 "parent_api": [ 4193 { 4194 "api_name": "AccessibilityElement", 4195 "api_type": "InterfaceDeclaration" 4196 } 4197 ], 4198 "method_return_type": "Promise<ElementAttributeValues[T]>", 4199 "code_kind": 173 4200 }, 4201 "import_path": [ 4202 "@ohos.application.AccessibilityExtensionAbility", 4203 "@kit.AccessibilityKit" 4204 ], 4205 "is_global": false 4206 }, 4207 { 4208 "file_path": "api/application/ErrorObserver.d.ts", 4209 "api_info": { 4210 "line": 64, 4211 "problem": "OptionalMethod", 4212 "api_name": "onException", 4213 "api_type": "MethodDeclaration", 4214 "api_optional": true, 4215 "api_func_args": [ 4216 { 4217 "name": "errObject", 4218 "type": "Error", 4219 "is_optional": false, 4220 "has_default": false 4221 } 4222 ], 4223 "parent_api": [ 4224 { 4225 "api_name": "ErrorObserver", 4226 "api_type": "ClassDeclaration" 4227 } 4228 ], 4229 "method_return_type": "void", 4230 "code_kind": 174 4231 }, 4232 "import_path": [ 4233 "@ohos.app.ability.errorManager" 4234 ], 4235 "is_global": false 4236 }, 4237 { 4238 "file_path": "api/application/LoopObserver.d.ts", 4239 "api_info": { 4240 "line": 36, 4241 "problem": "OptionalMethod", 4242 "api_name": "onLoopTimeOut", 4243 "api_type": "MethodSignature", 4244 "api_optional": true, 4245 "api_func_args": [ 4246 { 4247 "name": "timeout", 4248 "type": "number", 4249 "is_optional": false, 4250 "has_default": false 4251 } 4252 ], 4253 "parent_api": [ 4254 { 4255 "api_name": "LoopObserver", 4256 "api_type": "InterfaceDeclaration" 4257 } 4258 ], 4259 "method_return_type": "void", 4260 "code_kind": 173 4261 }, 4262 "import_path": [ 4263 "@ohos.app.ability.errorManager" 4264 ], 4265 "is_global": false 4266 }, 4267 { 4268 "file_path": "api/arkui/AlphabetIndexerModifier.d.ts", 4269 "api_info": { 4270 "line": 38, 4271 "problem": "OptionalMethod", 4272 "api_name": "applyNormalAttribute", 4273 "api_type": "MethodDeclaration", 4274 "api_optional": true, 4275 "api_func_args": [ 4276 { 4277 "name": "instance", 4278 "type": "AlphabetIndexerAttribute", 4279 "is_optional": false, 4280 "has_default": false 4281 } 4282 ], 4283 "parent_api": [ 4284 { 4285 "api_name": "AlphabetIndexerModifier", 4286 "api_type": "ClassDeclaration" 4287 } 4288 ], 4289 "method_return_type": "void", 4290 "code_kind": 174 4291 }, 4292 "import_path": [ 4293 "@ohos.arkui.modifier" 4294 ], 4295 "is_global": true 4296 }, 4297 { 4298 "file_path": "api/arkui/AttributeUpdater.d.ts", 4299 "api_info": { 4300 "line": 49, 4301 "problem": "OptionalMethod", 4302 "api_name": "applyNormalAttribute", 4303 "api_type": "MethodDeclaration", 4304 "api_optional": true, 4305 "api_func_args": [ 4306 { 4307 "name": "instance", 4308 "type": "T", 4309 "is_optional": false, 4310 "has_default": false 4311 } 4312 ], 4313 "parent_api": [ 4314 { 4315 "api_name": "AttributeUpdater", 4316 "api_type": "ClassDeclaration" 4317 } 4318 ], 4319 "method_return_type": "void", 4320 "code_kind": 174 4321 }, 4322 "import_path": [ 4323 "@ohos.arkui.modifier" 4324 ], 4325 "is_global": true 4326 }, 4327 { 4328 "file_path": "api/arkui/BlankModifier.d.ts", 4329 "api_info": { 4330 "line": 38, 4331 "problem": "OptionalMethod", 4332 "api_name": "applyNormalAttribute", 4333 "api_type": "MethodDeclaration", 4334 "api_optional": true, 4335 "api_func_args": [ 4336 { 4337 "name": "instance", 4338 "type": "BlankAttribute", 4339 "is_optional": false, 4340 "has_default": false 4341 } 4342 ], 4343 "parent_api": [ 4344 { 4345 "api_name": "BlankModifier", 4346 "api_type": "ClassDeclaration" 4347 } 4348 ], 4349 "method_return_type": "void", 4350 "code_kind": 174 4351 }, 4352 "import_path": [ 4353 "@ohos.arkui.modifier" 4354 ], 4355 "is_global": true 4356 }, 4357 { 4358 "file_path": "api/arkui/ButtonModifier.d.ts", 4359 "api_info": { 4360 "line": 38, 4361 "problem": "OptionalMethod", 4362 "api_name": "applyNormalAttribute", 4363 "api_type": "MethodDeclaration", 4364 "api_optional": true, 4365 "api_func_args": [ 4366 { 4367 "name": "instance", 4368 "type": "ButtonAttribute", 4369 "is_optional": false, 4370 "has_default": false 4371 } 4372 ], 4373 "parent_api": [ 4374 { 4375 "api_name": "ButtonModifier", 4376 "api_type": "ClassDeclaration" 4377 } 4378 ], 4379 "method_return_type": "void", 4380 "code_kind": 174 4381 }, 4382 "import_path": [ 4383 "@ohos.arkui.modifier" 4384 ], 4385 "is_global": true 4386 }, 4387 { 4388 "file_path": "api/arkui/CalendarPickerModifier.d.ts", 4389 "api_info": { 4390 "line": 38, 4391 "problem": "OptionalMethod", 4392 "api_name": "applyNormalAttribute", 4393 "api_type": "MethodDeclaration", 4394 "api_optional": true, 4395 "api_func_args": [ 4396 { 4397 "name": "instance", 4398 "type": "CalendarPickerAttribute", 4399 "is_optional": false, 4400 "has_default": false 4401 } 4402 ], 4403 "parent_api": [ 4404 { 4405 "api_name": "CalendarPickerModifier", 4406 "api_type": "ClassDeclaration" 4407 } 4408 ], 4409 "method_return_type": "void", 4410 "code_kind": 174 4411 }, 4412 "import_path": [ 4413 "@ohos.arkui.modifier" 4414 ], 4415 "is_global": true 4416 }, 4417 { 4418 "file_path": "api/arkui/CheckboxGroupModifier.d.ts", 4419 "api_info": { 4420 "line": 38, 4421 "problem": "OptionalMethod", 4422 "api_name": "applyNormalAttribute", 4423 "api_type": "MethodDeclaration", 4424 "api_optional": true, 4425 "api_func_args": [ 4426 { 4427 "name": "instance", 4428 "type": "CheckboxGroupAttribute", 4429 "is_optional": false, 4430 "has_default": false 4431 } 4432 ], 4433 "parent_api": [ 4434 { 4435 "api_name": "CheckboxGroupModifier", 4436 "api_type": "ClassDeclaration" 4437 } 4438 ], 4439 "method_return_type": "void", 4440 "code_kind": 174 4441 }, 4442 "import_path": [ 4443 "@ohos.arkui.modifier" 4444 ], 4445 "is_global": true 4446 }, 4447 { 4448 "file_path": "api/arkui/CheckboxModifier.d.ts", 4449 "api_info": { 4450 "line": 38, 4451 "problem": "OptionalMethod", 4452 "api_name": "applyNormalAttribute", 4453 "api_type": "MethodDeclaration", 4454 "api_optional": true, 4455 "api_func_args": [ 4456 { 4457 "name": "instance", 4458 "type": "CheckboxAttribute", 4459 "is_optional": false, 4460 "has_default": false 4461 } 4462 ], 4463 "parent_api": [ 4464 { 4465 "api_name": "CheckboxModifier", 4466 "api_type": "ClassDeclaration" 4467 } 4468 ], 4469 "method_return_type": "void", 4470 "code_kind": 174 4471 }, 4472 "import_path": [ 4473 "@ohos.arkui.modifier" 4474 ], 4475 "is_global": true 4476 }, 4477 { 4478 "file_path": "api/arkui/ColumnModifier.d.ts", 4479 "api_info": { 4480 "line": 38, 4481 "problem": "OptionalMethod", 4482 "api_name": "applyNormalAttribute", 4483 "api_type": "MethodDeclaration", 4484 "api_optional": true, 4485 "api_func_args": [ 4486 { 4487 "name": "instance", 4488 "type": "ColumnAttribute", 4489 "is_optional": false, 4490 "has_default": false 4491 } 4492 ], 4493 "parent_api": [ 4494 { 4495 "api_name": "ColumnModifier", 4496 "api_type": "ClassDeclaration" 4497 } 4498 ], 4499 "method_return_type": "void", 4500 "code_kind": 174 4501 }, 4502 "import_path": [ 4503 "@ohos.arkui.modifier" 4504 ], 4505 "is_global": true 4506 }, 4507 { 4508 "file_path": "api/arkui/ColumnSplitModifier.d.ts", 4509 "api_info": { 4510 "line": 38, 4511 "problem": "OptionalMethod", 4512 "api_name": "applyNormalAttribute", 4513 "api_type": "MethodDeclaration", 4514 "api_optional": true, 4515 "api_func_args": [ 4516 { 4517 "name": "instance", 4518 "type": "ColumnSplitAttribute", 4519 "is_optional": false, 4520 "has_default": false 4521 } 4522 ], 4523 "parent_api": [ 4524 { 4525 "api_name": "ColumnSplitModifier", 4526 "api_type": "ClassDeclaration" 4527 } 4528 ], 4529 "method_return_type": "void", 4530 "code_kind": 174 4531 }, 4532 "import_path": [ 4533 "@ohos.arkui.modifier" 4534 ], 4535 "is_global": true 4536 }, 4537 { 4538 "file_path": "api/arkui/CommonModifier.d.ts", 4539 "api_info": { 4540 "line": 38, 4541 "problem": "OptionalMethod", 4542 "api_name": "applyNormalAttribute", 4543 "api_type": "MethodDeclaration", 4544 "api_optional": true, 4545 "api_func_args": [ 4546 { 4547 "name": "instance", 4548 "type": "CommonAttribute", 4549 "is_optional": false, 4550 "has_default": false 4551 } 4552 ], 4553 "parent_api": [ 4554 { 4555 "api_name": "CommonModifier", 4556 "api_type": "ClassDeclaration" 4557 } 4558 ], 4559 "method_return_type": "void", 4560 "code_kind": 174 4561 }, 4562 "import_path": [ 4563 "@ohos.arkui.modifier" 4564 ], 4565 "is_global": true 4566 }, 4567 { 4568 "file_path": "api/arkui/ContainerSpanModifier.d.ts", 4569 "api_info": { 4570 "line": 39, 4571 "problem": "OptionalMethod", 4572 "api_name": "applyNormalAttribute", 4573 "api_type": "MethodDeclaration", 4574 "api_optional": true, 4575 "api_func_args": [ 4576 { 4577 "name": "containerSpanAttribute", 4578 "type": "ContainerSpanAttribute", 4579 "is_optional": false, 4580 "has_default": false 4581 } 4582 ], 4583 "parent_api": [ 4584 { 4585 "api_name": "ContainerSpanModifier", 4586 "api_type": "ClassDeclaration" 4587 } 4588 ], 4589 "method_return_type": "void", 4590 "code_kind": 174 4591 }, 4592 "import_path": [ 4593 "@ohos.arkui.modifier" 4594 ], 4595 "is_global": true 4596 }, 4597 { 4598 "file_path": "api/arkui/CounterModifier.d.ts", 4599 "api_info": { 4600 "line": 38, 4601 "problem": "OptionalMethod", 4602 "api_name": "applyNormalAttribute", 4603 "api_type": "MethodDeclaration", 4604 "api_optional": true, 4605 "api_func_args": [ 4606 { 4607 "name": "instance", 4608 "type": "CounterAttribute", 4609 "is_optional": false, 4610 "has_default": false 4611 } 4612 ], 4613 "parent_api": [ 4614 { 4615 "api_name": "CounterModifier", 4616 "api_type": "ClassDeclaration" 4617 } 4618 ], 4619 "method_return_type": "void", 4620 "code_kind": 174 4621 }, 4622 "import_path": [ 4623 "@ohos.arkui.modifier" 4624 ], 4625 "is_global": true 4626 }, 4627 { 4628 "file_path": "api/arkui/DataPanelModifier.d.ts", 4629 "api_info": { 4630 "line": 38, 4631 "problem": "OptionalMethod", 4632 "api_name": "applyNormalAttribute", 4633 "api_type": "MethodDeclaration", 4634 "api_optional": true, 4635 "api_func_args": [ 4636 { 4637 "name": "instance", 4638 "type": "DataPanelAttribute", 4639 "is_optional": false, 4640 "has_default": false 4641 } 4642 ], 4643 "parent_api": [ 4644 { 4645 "api_name": "DataPanelModifier", 4646 "api_type": "ClassDeclaration" 4647 } 4648 ], 4649 "method_return_type": "void", 4650 "code_kind": 174 4651 }, 4652 "import_path": [ 4653 "@ohos.arkui.modifier" 4654 ], 4655 "is_global": true 4656 }, 4657 { 4658 "file_path": "api/arkui/DatePickerModifier.d.ts", 4659 "api_info": { 4660 "line": 38, 4661 "problem": "OptionalMethod", 4662 "api_name": "applyNormalAttribute", 4663 "api_type": "MethodDeclaration", 4664 "api_optional": true, 4665 "api_func_args": [ 4666 { 4667 "name": "instance", 4668 "type": "DatePickerAttribute", 4669 "is_optional": false, 4670 "has_default": false 4671 } 4672 ], 4673 "parent_api": [ 4674 { 4675 "api_name": "DatePickerModifier", 4676 "api_type": "ClassDeclaration" 4677 } 4678 ], 4679 "method_return_type": "void", 4680 "code_kind": 174 4681 }, 4682 "import_path": [ 4683 "@ohos.arkui.modifier" 4684 ], 4685 "is_global": true 4686 }, 4687 { 4688 "file_path": "api/arkui/DividerModifier.d.ts", 4689 "api_info": { 4690 "line": 38, 4691 "problem": "OptionalMethod", 4692 "api_name": "applyNormalAttribute", 4693 "api_type": "MethodDeclaration", 4694 "api_optional": true, 4695 "api_func_args": [ 4696 { 4697 "name": "instance", 4698 "type": "DividerAttribute", 4699 "is_optional": false, 4700 "has_default": false 4701 } 4702 ], 4703 "parent_api": [ 4704 { 4705 "api_name": "DividerModifier", 4706 "api_type": "ClassDeclaration" 4707 } 4708 ], 4709 "method_return_type": "void", 4710 "code_kind": 174 4711 }, 4712 "import_path": [ 4713 "@ohos.arkui.modifier" 4714 ], 4715 "is_global": true 4716 }, 4717 { 4718 "file_path": "api/arkui/FrameNode.d.ts", 4719 "api_info": { 4720 "line": 545, 4721 "problem": "OptionalMethod", 4722 "api_name": "onDraw", 4723 "api_type": "MethodDeclaration", 4724 "api_optional": true, 4725 "api_func_args": [ 4726 { 4727 "name": "context", 4728 "type": "DrawContext", 4729 "is_optional": false, 4730 "has_default": false 4731 } 4732 ], 4733 "parent_api": [ 4734 { 4735 "api_name": "FrameNode", 4736 "api_type": "ClassDeclaration" 4737 } 4738 ], 4739 "method_return_type": "void", 4740 "code_kind": 174 4741 }, 4742 "import_path": [ 4743 "@ohos.arkui.modifier" 4744 ], 4745 "is_global": true 4746 }, 4747 { 4748 "file_path": "api/arkui/FrameNode.d.ts", 4749 "api_info": { 4750 "line": 722, 4751 "problem": "InterfaceExtendsClass", 4752 "api_name": "TypedFrameNode", 4753 "api_type": "InterfaceDeclaration", 4754 "parent_api": [], 4755 "code_kind": 267 4756 }, 4757 "import_path": [ 4758 "@ohos.arkui.modifier" 4759 ], 4760 "is_global": true 4761 }, 4762 { 4763 "file_path": "api/arkui/FrameNode.d.ts", 4764 "api_info": { 4765 "line": 1606, 4766 "problem": "OptionalMethod", 4767 "api_name": "onAttachToNode", 4768 "api_type": "MethodDeclaration", 4769 "api_optional": true, 4770 "api_func_args": [ 4771 { 4772 "name": "target", 4773 "type": "FrameNode", 4774 "is_optional": false, 4775 "has_default": false 4776 } 4777 ], 4778 "parent_api": [ 4779 { 4780 "api_name": "NodeAdapter", 4781 "api_type": "ClassDeclaration" 4782 } 4783 ], 4784 "method_return_type": "void", 4785 "code_kind": 174 4786 }, 4787 "import_path": [ 4788 "@ohos.arkui.modifier" 4789 ], 4790 "is_global": true 4791 }, 4792 { 4793 "file_path": "api/arkui/FrameNode.d.ts", 4794 "api_info": { 4795 "line": 1615, 4796 "problem": "OptionalMethod", 4797 "api_name": "onDetachFromNode", 4798 "api_type": "MethodDeclaration", 4799 "api_optional": true, 4800 "api_func_args": [], 4801 "parent_api": [ 4802 { 4803 "api_name": "NodeAdapter", 4804 "api_type": "ClassDeclaration" 4805 } 4806 ], 4807 "method_return_type": "void", 4808 "code_kind": 174 4809 }, 4810 "import_path": [ 4811 "@ohos.arkui.modifier" 4812 ], 4813 "is_global": true 4814 }, 4815 { 4816 "file_path": "api/arkui/FrameNode.d.ts", 4817 "api_info": { 4818 "line": 1626, 4819 "problem": "OptionalMethod", 4820 "api_name": "onGetChildId", 4821 "api_type": "MethodDeclaration", 4822 "api_optional": true, 4823 "api_func_args": [ 4824 { 4825 "name": "index", 4826 "type": "number", 4827 "is_optional": false, 4828 "has_default": false 4829 } 4830 ], 4831 "parent_api": [ 4832 { 4833 "api_name": "NodeAdapter", 4834 "api_type": "ClassDeclaration" 4835 } 4836 ], 4837 "method_return_type": "number", 4838 "code_kind": 174 4839 }, 4840 "import_path": [ 4841 "@ohos.arkui.modifier" 4842 ], 4843 "is_global": true 4844 }, 4845 { 4846 "file_path": "api/arkui/FrameNode.d.ts", 4847 "api_info": { 4848 "line": 1637, 4849 "problem": "OptionalMethod", 4850 "api_name": "onCreateChild", 4851 "api_type": "MethodDeclaration", 4852 "api_optional": true, 4853 "api_func_args": [ 4854 { 4855 "name": "index", 4856 "type": "number", 4857 "is_optional": false, 4858 "has_default": false 4859 } 4860 ], 4861 "parent_api": [ 4862 { 4863 "api_name": "NodeAdapter", 4864 "api_type": "ClassDeclaration" 4865 } 4866 ], 4867 "method_return_type": "FrameNode", 4868 "code_kind": 174 4869 }, 4870 "import_path": [ 4871 "@ohos.arkui.modifier" 4872 ], 4873 "is_global": true 4874 }, 4875 { 4876 "file_path": "api/arkui/FrameNode.d.ts", 4877 "api_info": { 4878 "line": 1648, 4879 "problem": "OptionalMethod", 4880 "api_name": "onDisposeChild", 4881 "api_type": "MethodDeclaration", 4882 "api_optional": true, 4883 "api_func_args": [ 4884 { 4885 "name": "id", 4886 "type": "number", 4887 "is_optional": false, 4888 "has_default": false 4889 }, 4890 { 4891 "name": "node", 4892 "type": "FrameNode", 4893 "is_optional": false, 4894 "has_default": false 4895 } 4896 ], 4897 "parent_api": [ 4898 { 4899 "api_name": "NodeAdapter", 4900 "api_type": "ClassDeclaration" 4901 } 4902 ], 4903 "method_return_type": "void", 4904 "code_kind": 174 4905 }, 4906 "import_path": [ 4907 "@ohos.arkui.modifier" 4908 ], 4909 "is_global": true 4910 }, 4911 { 4912 "file_path": "api/arkui/FrameNode.d.ts", 4913 "api_info": { 4914 "line": 1659, 4915 "problem": "OptionalMethod", 4916 "api_name": "onUpdateChild", 4917 "api_type": "MethodDeclaration", 4918 "api_optional": true, 4919 "api_func_args": [ 4920 { 4921 "name": "id", 4922 "type": "number", 4923 "is_optional": false, 4924 "has_default": false 4925 }, 4926 { 4927 "name": "node", 4928 "type": "FrameNode", 4929 "is_optional": false, 4930 "has_default": false 4931 } 4932 ], 4933 "parent_api": [ 4934 { 4935 "api_name": "NodeAdapter", 4936 "api_type": "ClassDeclaration" 4937 } 4938 ], 4939 "method_return_type": "void", 4940 "code_kind": 174 4941 }, 4942 "import_path": [ 4943 "@ohos.arkui.modifier" 4944 ], 4945 "is_global": true 4946 }, 4947 { 4948 "file_path": "api/arkui/GaugeModifier.d.ts", 4949 "api_info": { 4950 "line": 38, 4951 "problem": "OptionalMethod", 4952 "api_name": "applyNormalAttribute", 4953 "api_type": "MethodDeclaration", 4954 "api_optional": true, 4955 "api_func_args": [ 4956 { 4957 "name": "instance", 4958 "type": "GaugeAttribute", 4959 "is_optional": false, 4960 "has_default": false 4961 } 4962 ], 4963 "parent_api": [ 4964 { 4965 "api_name": "GaugeModifier", 4966 "api_type": "ClassDeclaration" 4967 } 4968 ], 4969 "method_return_type": "void", 4970 "code_kind": 174 4971 }, 4972 "import_path": [ 4973 "@ohos.arkui.modifier" 4974 ], 4975 "is_global": true 4976 }, 4977 { 4978 "file_path": "api/arkui/GridColModifier.d.ts", 4979 "api_info": { 4980 "line": 38, 4981 "problem": "OptionalMethod", 4982 "api_name": "applyNormalAttribute", 4983 "api_type": "MethodDeclaration", 4984 "api_optional": true, 4985 "api_func_args": [ 4986 { 4987 "name": "instance", 4988 "type": "GridColAttribute", 4989 "is_optional": false, 4990 "has_default": false 4991 } 4992 ], 4993 "parent_api": [ 4994 { 4995 "api_name": "GridColModifier", 4996 "api_type": "ClassDeclaration" 4997 } 4998 ], 4999 "method_return_type": "void", 5000 "code_kind": 174 5001 }, 5002 "import_path": [ 5003 "@ohos.arkui.modifier" 5004 ], 5005 "is_global": true 5006 }, 5007 { 5008 "file_path": "api/arkui/GridItemModifier.d.ts", 5009 "api_info": { 5010 "line": 38, 5011 "problem": "OptionalMethod", 5012 "api_name": "applyNormalAttribute", 5013 "api_type": "MethodDeclaration", 5014 "api_optional": true, 5015 "api_func_args": [ 5016 { 5017 "name": "instance", 5018 "type": "GridItemAttribute", 5019 "is_optional": false, 5020 "has_default": false 5021 } 5022 ], 5023 "parent_api": [ 5024 { 5025 "api_name": "GridItemModifier", 5026 "api_type": "ClassDeclaration" 5027 } 5028 ], 5029 "method_return_type": "void", 5030 "code_kind": 174 5031 }, 5032 "import_path": [ 5033 "@ohos.arkui.modifier" 5034 ], 5035 "is_global": true 5036 }, 5037 { 5038 "file_path": "api/arkui/GridModifier.d.ts", 5039 "api_info": { 5040 "line": 38, 5041 "problem": "OptionalMethod", 5042 "api_name": "applyNormalAttribute", 5043 "api_type": "MethodDeclaration", 5044 "api_optional": true, 5045 "api_func_args": [ 5046 { 5047 "name": "instance", 5048 "type": "GridAttribute", 5049 "is_optional": false, 5050 "has_default": false 5051 } 5052 ], 5053 "parent_api": [ 5054 { 5055 "api_name": "GridModifier", 5056 "api_type": "ClassDeclaration" 5057 } 5058 ], 5059 "method_return_type": "void", 5060 "code_kind": 174 5061 }, 5062 "import_path": [ 5063 "@ohos.arkui.modifier" 5064 ], 5065 "is_global": true 5066 }, 5067 { 5068 "file_path": "api/arkui/GridRowModifier.d.ts", 5069 "api_info": { 5070 "line": 38, 5071 "problem": "OptionalMethod", 5072 "api_name": "applyNormalAttribute", 5073 "api_type": "MethodDeclaration", 5074 "api_optional": true, 5075 "api_func_args": [ 5076 { 5077 "name": "instance", 5078 "type": "GridRowAttribute", 5079 "is_optional": false, 5080 "has_default": false 5081 } 5082 ], 5083 "parent_api": [ 5084 { 5085 "api_name": "GridRowModifier", 5086 "api_type": "ClassDeclaration" 5087 } 5088 ], 5089 "method_return_type": "void", 5090 "code_kind": 174 5091 }, 5092 "import_path": [ 5093 "@ohos.arkui.modifier" 5094 ], 5095 "is_global": true 5096 }, 5097 { 5098 "file_path": "api/arkui/HyperlinkModifier.d.ts", 5099 "api_info": { 5100 "line": 38, 5101 "problem": "OptionalMethod", 5102 "api_name": "applyNormalAttribute", 5103 "api_type": "MethodDeclaration", 5104 "api_optional": true, 5105 "api_func_args": [ 5106 { 5107 "name": "instance", 5108 "type": "HyperlinkAttribute", 5109 "is_optional": false, 5110 "has_default": false 5111 } 5112 ], 5113 "parent_api": [ 5114 { 5115 "api_name": "HyperlinkModifier", 5116 "api_type": "ClassDeclaration" 5117 } 5118 ], 5119 "method_return_type": "void", 5120 "code_kind": 174 5121 }, 5122 "import_path": [ 5123 "@ohos.arkui.modifier" 5124 ], 5125 "is_global": true 5126 }, 5127 { 5128 "file_path": "api/arkui/ImageAnimatorModifier.d.ts", 5129 "api_info": { 5130 "line": 38, 5131 "problem": "OptionalMethod", 5132 "api_name": "applyNormalAttribute", 5133 "api_type": "MethodDeclaration", 5134 "api_optional": true, 5135 "api_func_args": [ 5136 { 5137 "name": "instance", 5138 "type": "ImageAnimatorAttribute", 5139 "is_optional": false, 5140 "has_default": false 5141 } 5142 ], 5143 "parent_api": [ 5144 { 5145 "api_name": "ImageAnimatorModifier", 5146 "api_type": "ClassDeclaration" 5147 } 5148 ], 5149 "method_return_type": "void", 5150 "code_kind": 174 5151 }, 5152 "import_path": [ 5153 "@ohos.arkui.modifier" 5154 ], 5155 "is_global": true 5156 }, 5157 { 5158 "file_path": "api/arkui/ImageModifier.d.ts", 5159 "api_info": { 5160 "line": 38, 5161 "problem": "OptionalMethod", 5162 "api_name": "applyNormalAttribute", 5163 "api_type": "MethodDeclaration", 5164 "api_optional": true, 5165 "api_func_args": [ 5166 { 5167 "name": "instance", 5168 "type": "ImageAttribute", 5169 "is_optional": false, 5170 "has_default": false 5171 } 5172 ], 5173 "parent_api": [ 5174 { 5175 "api_name": "ImageModifier", 5176 "api_type": "ClassDeclaration" 5177 } 5178 ], 5179 "method_return_type": "void", 5180 "code_kind": 174 5181 }, 5182 "import_path": [ 5183 "@ohos.arkui.modifier" 5184 ], 5185 "is_global": true 5186 }, 5187 { 5188 "file_path": "api/arkui/ImageSpanModifier.d.ts", 5189 "api_info": { 5190 "line": 38, 5191 "problem": "OptionalMethod", 5192 "api_name": "applyNormalAttribute", 5193 "api_type": "MethodDeclaration", 5194 "api_optional": true, 5195 "api_func_args": [ 5196 { 5197 "name": "instance", 5198 "type": "ImageSpanAttribute", 5199 "is_optional": false, 5200 "has_default": false 5201 } 5202 ], 5203 "parent_api": [ 5204 { 5205 "api_name": "ImageSpanModifier", 5206 "api_type": "ClassDeclaration" 5207 } 5208 ], 5209 "method_return_type": "void", 5210 "code_kind": 174 5211 }, 5212 "import_path": [ 5213 "@ohos.arkui.modifier" 5214 ], 5215 "is_global": true 5216 }, 5217 { 5218 "file_path": "api/arkui/LineModifier.d.ts", 5219 "api_info": { 5220 "line": 38, 5221 "problem": "OptionalMethod", 5222 "api_name": "applyNormalAttribute", 5223 "api_type": "MethodDeclaration", 5224 "api_optional": true, 5225 "api_func_args": [ 5226 { 5227 "name": "instance", 5228 "type": "LineAttribute", 5229 "is_optional": false, 5230 "has_default": false 5231 } 5232 ], 5233 "parent_api": [ 5234 { 5235 "api_name": "LineModifier", 5236 "api_type": "ClassDeclaration" 5237 } 5238 ], 5239 "method_return_type": "void", 5240 "code_kind": 174 5241 }, 5242 "import_path": [ 5243 "@ohos.arkui.modifier" 5244 ], 5245 "is_global": true 5246 }, 5247 { 5248 "file_path": "api/arkui/ListItemGroupModifier.d.ts", 5249 "api_info": { 5250 "line": 38, 5251 "problem": "OptionalMethod", 5252 "api_name": "applyNormalAttribute", 5253 "api_type": "MethodDeclaration", 5254 "api_optional": true, 5255 "api_func_args": [ 5256 { 5257 "name": "instance", 5258 "type": "ListItemGroupAttribute", 5259 "is_optional": false, 5260 "has_default": false 5261 } 5262 ], 5263 "parent_api": [ 5264 { 5265 "api_name": "ListItemGroupModifier", 5266 "api_type": "ClassDeclaration" 5267 } 5268 ], 5269 "method_return_type": "void", 5270 "code_kind": 174 5271 }, 5272 "import_path": [ 5273 "@ohos.arkui.modifier" 5274 ], 5275 "is_global": true 5276 }, 5277 { 5278 "file_path": "api/arkui/ListItemModifier.d.ts", 5279 "api_info": { 5280 "line": 38, 5281 "problem": "OptionalMethod", 5282 "api_name": "applyNormalAttribute", 5283 "api_type": "MethodDeclaration", 5284 "api_optional": true, 5285 "api_func_args": [ 5286 { 5287 "name": "instance", 5288 "type": "ListItemAttribute", 5289 "is_optional": false, 5290 "has_default": false 5291 } 5292 ], 5293 "parent_api": [ 5294 { 5295 "api_name": "ListItemModifier", 5296 "api_type": "ClassDeclaration" 5297 } 5298 ], 5299 "method_return_type": "void", 5300 "code_kind": 174 5301 }, 5302 "import_path": [ 5303 "@ohos.arkui.modifier" 5304 ], 5305 "is_global": true 5306 }, 5307 { 5308 "file_path": "api/arkui/ListModifier.d.ts", 5309 "api_info": { 5310 "line": 38, 5311 "problem": "OptionalMethod", 5312 "api_name": "applyNormalAttribute", 5313 "api_type": "MethodDeclaration", 5314 "api_optional": true, 5315 "api_func_args": [ 5316 { 5317 "name": "instance", 5318 "type": "ListAttribute", 5319 "is_optional": false, 5320 "has_default": false 5321 } 5322 ], 5323 "parent_api": [ 5324 { 5325 "api_name": "ListModifier", 5326 "api_type": "ClassDeclaration" 5327 } 5328 ], 5329 "method_return_type": "void", 5330 "code_kind": 174 5331 }, 5332 "import_path": [ 5333 "@ohos.arkui.modifier" 5334 ], 5335 "is_global": true 5336 }, 5337 { 5338 "file_path": "api/arkui/LoadingProgressModifier.d.ts", 5339 "api_info": { 5340 "line": 38, 5341 "problem": "OptionalMethod", 5342 "api_name": "applyNormalAttribute", 5343 "api_type": "MethodDeclaration", 5344 "api_optional": true, 5345 "api_func_args": [ 5346 { 5347 "name": "instance", 5348 "type": "LoadingProgressAttribute", 5349 "is_optional": false, 5350 "has_default": false 5351 } 5352 ], 5353 "parent_api": [ 5354 { 5355 "api_name": "LoadingProgressModifier", 5356 "api_type": "ClassDeclaration" 5357 } 5358 ], 5359 "method_return_type": "void", 5360 "code_kind": 174 5361 }, 5362 "import_path": [ 5363 "@ohos.arkui.modifier" 5364 ], 5365 "is_global": true 5366 }, 5367 { 5368 "file_path": "api/arkui/MarqueeModifier.d.ts", 5369 "api_info": { 5370 "line": 38, 5371 "problem": "OptionalMethod", 5372 "api_name": "applyNormalAttribute", 5373 "api_type": "MethodDeclaration", 5374 "api_optional": true, 5375 "api_func_args": [ 5376 { 5377 "name": "instance", 5378 "type": "MarqueeAttribute", 5379 "is_optional": false, 5380 "has_default": false 5381 } 5382 ], 5383 "parent_api": [ 5384 { 5385 "api_name": "MarqueeModifier", 5386 "api_type": "ClassDeclaration" 5387 } 5388 ], 5389 "method_return_type": "void", 5390 "code_kind": 174 5391 }, 5392 "import_path": [ 5393 "@ohos.arkui.modifier" 5394 ], 5395 "is_global": true 5396 }, 5397 { 5398 "file_path": "api/arkui/MenuItemModifier.d.ts", 5399 "api_info": { 5400 "line": 38, 5401 "problem": "OptionalMethod", 5402 "api_name": "applyNormalAttribute", 5403 "api_type": "MethodDeclaration", 5404 "api_optional": true, 5405 "api_func_args": [ 5406 { 5407 "name": "instance", 5408 "type": "MenuItemAttribute", 5409 "is_optional": false, 5410 "has_default": false 5411 } 5412 ], 5413 "parent_api": [ 5414 { 5415 "api_name": "MenuItemModifier", 5416 "api_type": "ClassDeclaration" 5417 } 5418 ], 5419 "method_return_type": "void", 5420 "code_kind": 174 5421 }, 5422 "import_path": [ 5423 "@ohos.arkui.modifier" 5424 ], 5425 "is_global": true 5426 }, 5427 { 5428 "file_path": "api/arkui/MenuModifier.d.ts", 5429 "api_info": { 5430 "line": 38, 5431 "problem": "OptionalMethod", 5432 "api_name": "applyNormalAttribute", 5433 "api_type": "MethodDeclaration", 5434 "api_optional": true, 5435 "api_func_args": [ 5436 { 5437 "name": "instance", 5438 "type": "MenuAttribute", 5439 "is_optional": false, 5440 "has_default": false 5441 } 5442 ], 5443 "parent_api": [ 5444 { 5445 "api_name": "MenuModifier", 5446 "api_type": "ClassDeclaration" 5447 } 5448 ], 5449 "method_return_type": "void", 5450 "code_kind": 174 5451 }, 5452 "import_path": [ 5453 "@ohos.arkui.modifier" 5454 ], 5455 "is_global": true 5456 }, 5457 { 5458 "file_path": "api/arkui/NavDestinationModifier.d.ts", 5459 "api_info": { 5460 "line": 38, 5461 "problem": "OptionalMethod", 5462 "api_name": "applyNormalAttribute", 5463 "api_type": "MethodDeclaration", 5464 "api_optional": true, 5465 "api_func_args": [ 5466 { 5467 "name": "instance", 5468 "type": "NavDestinationAttribute", 5469 "is_optional": false, 5470 "has_default": false 5471 } 5472 ], 5473 "parent_api": [ 5474 { 5475 "api_name": "NavDestinationModifier", 5476 "api_type": "ClassDeclaration" 5477 } 5478 ], 5479 "method_return_type": "void", 5480 "code_kind": 174 5481 }, 5482 "import_path": [ 5483 "@ohos.arkui.modifier" 5484 ], 5485 "is_global": true 5486 }, 5487 { 5488 "file_path": "api/arkui/NavigationModifier.d.ts", 5489 "api_info": { 5490 "line": 38, 5491 "problem": "OptionalMethod", 5492 "api_name": "applyNormalAttribute", 5493 "api_type": "MethodDeclaration", 5494 "api_optional": true, 5495 "api_func_args": [ 5496 { 5497 "name": "instance", 5498 "type": "NavigationAttribute", 5499 "is_optional": false, 5500 "has_default": false 5501 } 5502 ], 5503 "parent_api": [ 5504 { 5505 "api_name": "NavigationModifier", 5506 "api_type": "ClassDeclaration" 5507 } 5508 ], 5509 "method_return_type": "void", 5510 "code_kind": 174 5511 }, 5512 "import_path": [ 5513 "@ohos.arkui.modifier" 5514 ], 5515 "is_global": true 5516 }, 5517 { 5518 "file_path": "api/arkui/NavigatorModifier.d.ts", 5519 "api_info": { 5520 "line": 38, 5521 "problem": "OptionalMethod", 5522 "api_name": "applyNormalAttribute", 5523 "api_type": "MethodDeclaration", 5524 "api_optional": true, 5525 "api_func_args": [ 5526 { 5527 "name": "instance", 5528 "type": "NavigatorAttribute", 5529 "is_optional": false, 5530 "has_default": false 5531 } 5532 ], 5533 "parent_api": [ 5534 { 5535 "api_name": "NavigatorModifier", 5536 "api_type": "ClassDeclaration" 5537 } 5538 ], 5539 "method_return_type": "void", 5540 "code_kind": 174 5541 }, 5542 "import_path": [ 5543 "@ohos.arkui.modifier" 5544 ], 5545 "is_global": true 5546 }, 5547 { 5548 "file_path": "api/arkui/NavRouterModifier.d.ts", 5549 "api_info": { 5550 "line": 38, 5551 "problem": "OptionalMethod", 5552 "api_name": "applyNormalAttribute", 5553 "api_type": "MethodDeclaration", 5554 "api_optional": true, 5555 "api_func_args": [ 5556 { 5557 "name": "instance", 5558 "type": "NavRouterAttribute", 5559 "is_optional": false, 5560 "has_default": false 5561 } 5562 ], 5563 "parent_api": [ 5564 { 5565 "api_name": "NavRouterModifier", 5566 "api_type": "ClassDeclaration" 5567 } 5568 ], 5569 "method_return_type": "void", 5570 "code_kind": 174 5571 }, 5572 "import_path": [ 5573 "@ohos.arkui.modifier" 5574 ], 5575 "is_global": true 5576 }, 5577 { 5578 "file_path": "api/arkui/NodeController.d.ts", 5579 "api_info": { 5580 "line": 81, 5581 "problem": "OptionalMethod", 5582 "api_name": "aboutToResize", 5583 "api_type": "MethodDeclaration", 5584 "api_optional": true, 5585 "api_func_args": [ 5586 { 5587 "name": "size", 5588 "type": "Size", 5589 "is_optional": false, 5590 "has_default": false 5591 } 5592 ], 5593 "parent_api": [ 5594 { 5595 "api_name": "NodeController", 5596 "api_type": "ClassDeclaration" 5597 } 5598 ], 5599 "method_return_type": "void", 5600 "code_kind": 174 5601 }, 5602 "import_path": [ 5603 "@ohos.arkui.modifier" 5604 ], 5605 "is_global": true 5606 }, 5607 { 5608 "file_path": "api/arkui/NodeController.d.ts", 5609 "api_info": { 5610 "line": 97, 5611 "problem": "OptionalMethod", 5612 "api_name": "aboutToAppear", 5613 "api_type": "MethodDeclaration", 5614 "api_optional": true, 5615 "api_func_args": [], 5616 "parent_api": [ 5617 { 5618 "api_name": "NodeController", 5619 "api_type": "ClassDeclaration" 5620 } 5621 ], 5622 "method_return_type": "void", 5623 "code_kind": 174 5624 }, 5625 "import_path": [ 5626 "@ohos.arkui.modifier" 5627 ], 5628 "is_global": true 5629 }, 5630 { 5631 "file_path": "api/arkui/NodeController.d.ts", 5632 "api_info": { 5633 "line": 113, 5634 "problem": "OptionalMethod", 5635 "api_name": "aboutToDisappear", 5636 "api_type": "MethodDeclaration", 5637 "api_optional": true, 5638 "api_func_args": [], 5639 "parent_api": [ 5640 { 5641 "api_name": "NodeController", 5642 "api_type": "ClassDeclaration" 5643 } 5644 ], 5645 "method_return_type": "void", 5646 "code_kind": 174 5647 }, 5648 "import_path": [ 5649 "@ohos.arkui.modifier" 5650 ], 5651 "is_global": true 5652 }, 5653 { 5654 "file_path": "api/arkui/NodeController.d.ts", 5655 "api_info": { 5656 "line": 147, 5657 "problem": "OptionalMethod", 5658 "api_name": "onTouchEvent", 5659 "api_type": "MethodDeclaration", 5660 "api_optional": true, 5661 "api_func_args": [ 5662 { 5663 "name": "event", 5664 "type": "TouchEvent", 5665 "is_optional": false, 5666 "has_default": false 5667 } 5668 ], 5669 "parent_api": [ 5670 { 5671 "api_name": "NodeController", 5672 "api_type": "ClassDeclaration" 5673 } 5674 ], 5675 "method_return_type": "void", 5676 "code_kind": 174 5677 }, 5678 "import_path": [ 5679 "@ohos.arkui.modifier" 5680 ], 5681 "is_global": true 5682 }, 5683 { 5684 "file_path": "api/arkui/PanelModifier.d.ts", 5685 "api_info": { 5686 "line": 38, 5687 "problem": "OptionalMethod", 5688 "api_name": "applyNormalAttribute", 5689 "api_type": "MethodDeclaration", 5690 "api_optional": true, 5691 "api_func_args": [ 5692 { 5693 "name": "instance", 5694 "type": "PanelAttribute", 5695 "is_optional": false, 5696 "has_default": false 5697 } 5698 ], 5699 "parent_api": [ 5700 { 5701 "api_name": "PanelModifier", 5702 "api_type": "ClassDeclaration" 5703 } 5704 ], 5705 "method_return_type": "void", 5706 "code_kind": 174 5707 }, 5708 "import_path": [ 5709 "@ohos.arkui.modifier" 5710 ], 5711 "is_global": true 5712 }, 5713 { 5714 "file_path": "api/arkui/ParticleModifier.d.ts", 5715 "api_info": { 5716 "line": 38, 5717 "problem": "OptionalMethod", 5718 "api_name": "applyNormalAttribute", 5719 "api_type": "MethodDeclaration", 5720 "api_optional": true, 5721 "api_func_args": [ 5722 { 5723 "name": "particleAttribute", 5724 "type": "ParticleAttribute", 5725 "is_optional": false, 5726 "has_default": false 5727 } 5728 ], 5729 "parent_api": [ 5730 { 5731 "api_name": "ParticleModifier", 5732 "api_type": "ClassDeclaration" 5733 } 5734 ], 5735 "method_return_type": "void", 5736 "code_kind": 174 5737 }, 5738 "import_path": [ 5739 "@ohos.arkui.modifier" 5740 ], 5741 "is_global": true 5742 }, 5743 { 5744 "file_path": "api/arkui/PathModifier.d.ts", 5745 "api_info": { 5746 "line": 38, 5747 "problem": "OptionalMethod", 5748 "api_name": "applyNormalAttribute", 5749 "api_type": "MethodDeclaration", 5750 "api_optional": true, 5751 "api_func_args": [ 5752 { 5753 "name": "instance", 5754 "type": "PathAttribute", 5755 "is_optional": false, 5756 "has_default": false 5757 } 5758 ], 5759 "parent_api": [ 5760 { 5761 "api_name": "PathModifier", 5762 "api_type": "ClassDeclaration" 5763 } 5764 ], 5765 "method_return_type": "void", 5766 "code_kind": 174 5767 }, 5768 "import_path": [ 5769 "@ohos.arkui.modifier" 5770 ], 5771 "is_global": true 5772 }, 5773 { 5774 "file_path": "api/arkui/PatternLockModifier.d.ts", 5775 "api_info": { 5776 "line": 38, 5777 "problem": "OptionalMethod", 5778 "api_name": "applyNormalAttribute", 5779 "api_type": "MethodDeclaration", 5780 "api_optional": true, 5781 "api_func_args": [ 5782 { 5783 "name": "instance", 5784 "type": "PatternLockAttribute", 5785 "is_optional": false, 5786 "has_default": false 5787 } 5788 ], 5789 "parent_api": [ 5790 { 5791 "api_name": "PatternLockModifier", 5792 "api_type": "ClassDeclaration" 5793 } 5794 ], 5795 "method_return_type": "void", 5796 "code_kind": 174 5797 }, 5798 "import_path": [ 5799 "@ohos.arkui.modifier" 5800 ], 5801 "is_global": true 5802 }, 5803 { 5804 "file_path": "api/arkui/PolygonModifier.d.ts", 5805 "api_info": { 5806 "line": 38, 5807 "problem": "OptionalMethod", 5808 "api_name": "applyNormalAttribute", 5809 "api_type": "MethodDeclaration", 5810 "api_optional": true, 5811 "api_func_args": [ 5812 { 5813 "name": "instance", 5814 "type": "PolygonAttribute", 5815 "is_optional": false, 5816 "has_default": false 5817 } 5818 ], 5819 "parent_api": [ 5820 { 5821 "api_name": "PolygonModifier", 5822 "api_type": "ClassDeclaration" 5823 } 5824 ], 5825 "method_return_type": "void", 5826 "code_kind": 174 5827 }, 5828 "import_path": [ 5829 "@ohos.arkui.modifier" 5830 ], 5831 "is_global": true 5832 }, 5833 { 5834 "file_path": "api/arkui/PolylineModifier.d.ts", 5835 "api_info": { 5836 "line": 38, 5837 "problem": "OptionalMethod", 5838 "api_name": "applyNormalAttribute", 5839 "api_type": "MethodDeclaration", 5840 "api_optional": true, 5841 "api_func_args": [ 5842 { 5843 "name": "instance", 5844 "type": "PolylineAttribute", 5845 "is_optional": false, 5846 "has_default": false 5847 } 5848 ], 5849 "parent_api": [ 5850 { 5851 "api_name": "PolylineModifier", 5852 "api_type": "ClassDeclaration" 5853 } 5854 ], 5855 "method_return_type": "void", 5856 "code_kind": 174 5857 }, 5858 "import_path": [ 5859 "@ohos.arkui.modifier" 5860 ], 5861 "is_global": true 5862 }, 5863 { 5864 "file_path": "api/arkui/ProgressModifier.d.ts", 5865 "api_info": { 5866 "line": 38, 5867 "problem": "OptionalMethod", 5868 "api_name": "applyNormalAttribute", 5869 "api_type": "MethodDeclaration", 5870 "api_optional": true, 5871 "api_func_args": [ 5872 { 5873 "name": "instance", 5874 "type": "ProgressAttribute", 5875 "is_optional": false, 5876 "has_default": false 5877 } 5878 ], 5879 "parent_api": [ 5880 { 5881 "api_name": "ProgressModifier", 5882 "api_type": "ClassDeclaration" 5883 } 5884 ], 5885 "method_return_type": "void", 5886 "code_kind": 174 5887 }, 5888 "import_path": [ 5889 "@ohos.arkui.modifier" 5890 ], 5891 "is_global": true 5892 }, 5893 { 5894 "file_path": "api/arkui/QRCodeModifier.d.ts", 5895 "api_info": { 5896 "line": 38, 5897 "problem": "OptionalMethod", 5898 "api_name": "applyNormalAttribute", 5899 "api_type": "MethodDeclaration", 5900 "api_optional": true, 5901 "api_func_args": [ 5902 { 5903 "name": "instance", 5904 "type": "QRCodeAttribute", 5905 "is_optional": false, 5906 "has_default": false 5907 } 5908 ], 5909 "parent_api": [ 5910 { 5911 "api_name": "QRCodeModifier", 5912 "api_type": "ClassDeclaration" 5913 } 5914 ], 5915 "method_return_type": "void", 5916 "code_kind": 174 5917 }, 5918 "import_path": [ 5919 "@ohos.arkui.modifier" 5920 ], 5921 "is_global": true 5922 }, 5923 { 5924 "file_path": "api/arkui/RadioModifier.d.ts", 5925 "api_info": { 5926 "line": 38, 5927 "problem": "OptionalMethod", 5928 "api_name": "applyNormalAttribute", 5929 "api_type": "MethodDeclaration", 5930 "api_optional": true, 5931 "api_func_args": [ 5932 { 5933 "name": "instance", 5934 "type": "RadioAttribute", 5935 "is_optional": false, 5936 "has_default": false 5937 } 5938 ], 5939 "parent_api": [ 5940 { 5941 "api_name": "RadioModifier", 5942 "api_type": "ClassDeclaration" 5943 } 5944 ], 5945 "method_return_type": "void", 5946 "code_kind": 174 5947 }, 5948 "import_path": [ 5949 "@ohos.arkui.modifier" 5950 ], 5951 "is_global": true 5952 }, 5953 { 5954 "file_path": "api/arkui/RatingModifier.d.ts", 5955 "api_info": { 5956 "line": 38, 5957 "problem": "OptionalMethod", 5958 "api_name": "applyNormalAttribute", 5959 "api_type": "MethodDeclaration", 5960 "api_optional": true, 5961 "api_func_args": [ 5962 { 5963 "name": "instance", 5964 "type": "RatingAttribute", 5965 "is_optional": false, 5966 "has_default": false 5967 } 5968 ], 5969 "parent_api": [ 5970 { 5971 "api_name": "RatingModifier", 5972 "api_type": "ClassDeclaration" 5973 } 5974 ], 5975 "method_return_type": "void", 5976 "code_kind": 174 5977 }, 5978 "import_path": [ 5979 "@ohos.arkui.modifier" 5980 ], 5981 "is_global": true 5982 }, 5983 { 5984 "file_path": "api/arkui/RectModifier.d.ts", 5985 "api_info": { 5986 "line": 38, 5987 "problem": "OptionalMethod", 5988 "api_name": "applyNormalAttribute", 5989 "api_type": "MethodDeclaration", 5990 "api_optional": true, 5991 "api_func_args": [ 5992 { 5993 "name": "instance", 5994 "type": "RectAttribute", 5995 "is_optional": false, 5996 "has_default": false 5997 } 5998 ], 5999 "parent_api": [ 6000 { 6001 "api_name": "RectModifier", 6002 "api_type": "ClassDeclaration" 6003 } 6004 ], 6005 "method_return_type": "void", 6006 "code_kind": 174 6007 }, 6008 "import_path": [ 6009 "@ohos.arkui.modifier" 6010 ], 6011 "is_global": true 6012 }, 6013 { 6014 "file_path": "api/arkui/RefreshModifier.d.ts", 6015 "api_info": { 6016 "line": 39, 6017 "problem": "OptionalMethod", 6018 "api_name": "applyNormalAttribute", 6019 "api_type": "MethodDeclaration", 6020 "api_optional": true, 6021 "api_func_args": [ 6022 { 6023 "name": "instance", 6024 "type": "RefreshAttribute", 6025 "is_optional": false, 6026 "has_default": false 6027 } 6028 ], 6029 "parent_api": [ 6030 { 6031 "api_name": "RefreshModifier", 6032 "api_type": "ClassDeclaration" 6033 } 6034 ], 6035 "method_return_type": "void", 6036 "code_kind": 174 6037 }, 6038 "import_path": [ 6039 "@ohos.arkui.modifier" 6040 ], 6041 "is_global": true 6042 }, 6043 { 6044 "file_path": "api/arkui/RichEditorModifier.d.ts", 6045 "api_info": { 6046 "line": 38, 6047 "problem": "OptionalMethod", 6048 "api_name": "applyNormalAttribute", 6049 "api_type": "MethodDeclaration", 6050 "api_optional": true, 6051 "api_func_args": [ 6052 { 6053 "name": "instance", 6054 "type": "RichEditorAttribute", 6055 "is_optional": false, 6056 "has_default": false 6057 } 6058 ], 6059 "parent_api": [ 6060 { 6061 "api_name": "RichEditorModifier", 6062 "api_type": "ClassDeclaration" 6063 } 6064 ], 6065 "method_return_type": "void", 6066 "code_kind": 174 6067 }, 6068 "import_path": [ 6069 "@ohos.arkui.modifier" 6070 ], 6071 "is_global": true 6072 }, 6073 { 6074 "file_path": "api/arkui/RowModifier.d.ts", 6075 "api_info": { 6076 "line": 38, 6077 "problem": "OptionalMethod", 6078 "api_name": "applyNormalAttribute", 6079 "api_type": "MethodDeclaration", 6080 "api_optional": true, 6081 "api_func_args": [ 6082 { 6083 "name": "instance", 6084 "type": "RowAttribute", 6085 "is_optional": false, 6086 "has_default": false 6087 } 6088 ], 6089 "parent_api": [ 6090 { 6091 "api_name": "RowModifier", 6092 "api_type": "ClassDeclaration" 6093 } 6094 ], 6095 "method_return_type": "void", 6096 "code_kind": 174 6097 }, 6098 "import_path": [ 6099 "@ohos.arkui.modifier" 6100 ], 6101 "is_global": true 6102 }, 6103 { 6104 "file_path": "api/arkui/RowSplitModifier.d.ts", 6105 "api_info": { 6106 "line": 38, 6107 "problem": "OptionalMethod", 6108 "api_name": "applyNormalAttribute", 6109 "api_type": "MethodDeclaration", 6110 "api_optional": true, 6111 "api_func_args": [ 6112 { 6113 "name": "instance", 6114 "type": "RowSplitAttribute", 6115 "is_optional": false, 6116 "has_default": false 6117 } 6118 ], 6119 "parent_api": [ 6120 { 6121 "api_name": "RowSplitModifier", 6122 "api_type": "ClassDeclaration" 6123 } 6124 ], 6125 "method_return_type": "void", 6126 "code_kind": 174 6127 }, 6128 "import_path": [ 6129 "@ohos.arkui.modifier" 6130 ], 6131 "is_global": true 6132 }, 6133 { 6134 "file_path": "api/arkui/ScrollModifier.d.ts", 6135 "api_info": { 6136 "line": 38, 6137 "problem": "OptionalMethod", 6138 "api_name": "applyNormalAttribute", 6139 "api_type": "MethodDeclaration", 6140 "api_optional": true, 6141 "api_func_args": [ 6142 { 6143 "name": "instance", 6144 "type": "ScrollAttribute", 6145 "is_optional": false, 6146 "has_default": false 6147 } 6148 ], 6149 "parent_api": [ 6150 { 6151 "api_name": "ScrollModifier", 6152 "api_type": "ClassDeclaration" 6153 } 6154 ], 6155 "method_return_type": "void", 6156 "code_kind": 174 6157 }, 6158 "import_path": [ 6159 "@ohos.arkui.modifier" 6160 ], 6161 "is_global": true 6162 }, 6163 { 6164 "file_path": "api/arkui/SearchModifier.d.ts", 6165 "api_info": { 6166 "line": 38, 6167 "problem": "OptionalMethod", 6168 "api_name": "applyNormalAttribute", 6169 "api_type": "MethodDeclaration", 6170 "api_optional": true, 6171 "api_func_args": [ 6172 { 6173 "name": "instance", 6174 "type": "SearchAttribute", 6175 "is_optional": false, 6176 "has_default": false 6177 } 6178 ], 6179 "parent_api": [ 6180 { 6181 "api_name": "SearchModifier", 6182 "api_type": "ClassDeclaration" 6183 } 6184 ], 6185 "method_return_type": "void", 6186 "code_kind": 174 6187 }, 6188 "import_path": [ 6189 "@ohos.arkui.modifier" 6190 ], 6191 "is_global": true 6192 }, 6193 { 6194 "file_path": "api/arkui/SelectModifier.d.ts", 6195 "api_info": { 6196 "line": 38, 6197 "problem": "OptionalMethod", 6198 "api_name": "applyNormalAttribute", 6199 "api_type": "MethodDeclaration", 6200 "api_optional": true, 6201 "api_func_args": [ 6202 { 6203 "name": "instance", 6204 "type": "SelectAttribute", 6205 "is_optional": false, 6206 "has_default": false 6207 } 6208 ], 6209 "parent_api": [ 6210 { 6211 "api_name": "SelectModifier", 6212 "api_type": "ClassDeclaration" 6213 } 6214 ], 6215 "method_return_type": "void", 6216 "code_kind": 174 6217 }, 6218 "import_path": [ 6219 "@ohos.arkui.modifier" 6220 ], 6221 "is_global": true 6222 }, 6223 { 6224 "file_path": "api/arkui/ShapeModifier.d.ts", 6225 "api_info": { 6226 "line": 38, 6227 "problem": "OptionalMethod", 6228 "api_name": "applyNormalAttribute", 6229 "api_type": "MethodDeclaration", 6230 "api_optional": true, 6231 "api_func_args": [ 6232 { 6233 "name": "instance", 6234 "type": "ShapeAttribute", 6235 "is_optional": false, 6236 "has_default": false 6237 } 6238 ], 6239 "parent_api": [ 6240 { 6241 "api_name": "ShapeModifier", 6242 "api_type": "ClassDeclaration" 6243 } 6244 ], 6245 "method_return_type": "void", 6246 "code_kind": 174 6247 }, 6248 "import_path": [ 6249 "@ohos.arkui.modifier" 6250 ], 6251 "is_global": true 6252 }, 6253 { 6254 "file_path": "api/arkui/SideBarContainerModifier.d.ts", 6255 "api_info": { 6256 "line": 38, 6257 "problem": "OptionalMethod", 6258 "api_name": "applyNormalAttribute", 6259 "api_type": "MethodDeclaration", 6260 "api_optional": true, 6261 "api_func_args": [ 6262 { 6263 "name": "instance", 6264 "type": "SideBarContainerAttribute", 6265 "is_optional": false, 6266 "has_default": false 6267 } 6268 ], 6269 "parent_api": [ 6270 { 6271 "api_name": "SideBarContainerModifier", 6272 "api_type": "ClassDeclaration" 6273 } 6274 ], 6275 "method_return_type": "void", 6276 "code_kind": 174 6277 }, 6278 "import_path": [ 6279 "@ohos.arkui.modifier" 6280 ], 6281 "is_global": true 6282 }, 6283 { 6284 "file_path": "api/arkui/SliderModifier.d.ts", 6285 "api_info": { 6286 "line": 38, 6287 "problem": "OptionalMethod", 6288 "api_name": "applyNormalAttribute", 6289 "api_type": "MethodDeclaration", 6290 "api_optional": true, 6291 "api_func_args": [ 6292 { 6293 "name": "instance", 6294 "type": "SliderAttribute", 6295 "is_optional": false, 6296 "has_default": false 6297 } 6298 ], 6299 "parent_api": [ 6300 { 6301 "api_name": "SliderModifier", 6302 "api_type": "ClassDeclaration" 6303 } 6304 ], 6305 "method_return_type": "void", 6306 "code_kind": 174 6307 }, 6308 "import_path": [ 6309 "@ohos.arkui.modifier" 6310 ], 6311 "is_global": true 6312 }, 6313 { 6314 "file_path": "api/arkui/SpanModifier.d.ts", 6315 "api_info": { 6316 "line": 38, 6317 "problem": "OptionalMethod", 6318 "api_name": "applyNormalAttribute", 6319 "api_type": "MethodDeclaration", 6320 "api_optional": true, 6321 "api_func_args": [ 6322 { 6323 "name": "instance", 6324 "type": "SpanAttribute", 6325 "is_optional": false, 6326 "has_default": false 6327 } 6328 ], 6329 "parent_api": [ 6330 { 6331 "api_name": "SpanModifier", 6332 "api_type": "ClassDeclaration" 6333 } 6334 ], 6335 "method_return_type": "void", 6336 "code_kind": 174 6337 }, 6338 "import_path": [ 6339 "@ohos.arkui.modifier" 6340 ], 6341 "is_global": true 6342 }, 6343 { 6344 "file_path": "api/arkui/StackModifier.d.ts", 6345 "api_info": { 6346 "line": 38, 6347 "problem": "OptionalMethod", 6348 "api_name": "applyNormalAttribute", 6349 "api_type": "MethodDeclaration", 6350 "api_optional": true, 6351 "api_func_args": [ 6352 { 6353 "name": "instance", 6354 "type": "StackAttribute", 6355 "is_optional": false, 6356 "has_default": false 6357 } 6358 ], 6359 "parent_api": [ 6360 { 6361 "api_name": "StackModifier", 6362 "api_type": "ClassDeclaration" 6363 } 6364 ], 6365 "method_return_type": "void", 6366 "code_kind": 174 6367 }, 6368 "import_path": [ 6369 "@ohos.arkui.modifier" 6370 ], 6371 "is_global": true 6372 }, 6373 { 6374 "file_path": "api/arkui/StepperItemModifier.d.ts", 6375 "api_info": { 6376 "line": 38, 6377 "problem": "OptionalMethod", 6378 "api_name": "applyNormalAttribute", 6379 "api_type": "MethodDeclaration", 6380 "api_optional": true, 6381 "api_func_args": [ 6382 { 6383 "name": "instance", 6384 "type": "StepperItemAttribute", 6385 "is_optional": false, 6386 "has_default": false 6387 } 6388 ], 6389 "parent_api": [ 6390 { 6391 "api_name": "StepperItemModifier", 6392 "api_type": "ClassDeclaration" 6393 } 6394 ], 6395 "method_return_type": "void", 6396 "code_kind": 174 6397 }, 6398 "import_path": [ 6399 "@ohos.arkui.modifier" 6400 ], 6401 "is_global": true 6402 }, 6403 { 6404 "file_path": "api/arkui/SwiperModifier.d.ts", 6405 "api_info": { 6406 "line": 38, 6407 "problem": "OptionalMethod", 6408 "api_name": "applyNormalAttribute", 6409 "api_type": "MethodDeclaration", 6410 "api_optional": true, 6411 "api_func_args": [ 6412 { 6413 "name": "instance", 6414 "type": "SwiperAttribute", 6415 "is_optional": false, 6416 "has_default": false 6417 } 6418 ], 6419 "parent_api": [ 6420 { 6421 "api_name": "SwiperModifier", 6422 "api_type": "ClassDeclaration" 6423 } 6424 ], 6425 "method_return_type": "void", 6426 "code_kind": 174 6427 }, 6428 "import_path": [ 6429 "@ohos.arkui.modifier" 6430 ], 6431 "is_global": true 6432 }, 6433 { 6434 "file_path": "api/arkui/SymbolGlyphModifier.d.ts", 6435 "api_info": { 6436 "line": 46, 6437 "problem": "OptionalMethod", 6438 "api_name": "applyNormalAttribute", 6439 "api_type": "MethodDeclaration", 6440 "api_optional": true, 6441 "api_func_args": [ 6442 { 6443 "name": "instance", 6444 "type": "SymbolGlyphAttribute", 6445 "is_optional": false, 6446 "has_default": false 6447 } 6448 ], 6449 "parent_api": [ 6450 { 6451 "api_name": "SymbolGlyphModifier", 6452 "api_type": "ClassDeclaration" 6453 } 6454 ], 6455 "method_return_type": "void", 6456 "code_kind": 174 6457 }, 6458 "import_path": [ 6459 "@ohos.arkui.modifier" 6460 ], 6461 "is_global": true 6462 }, 6463 { 6464 "file_path": "api/arkui/SymbolSpanModifier.d.ts", 6465 "api_info": { 6466 "line": 46, 6467 "problem": "OptionalMethod", 6468 "api_name": "applyNormalAttribute", 6469 "api_type": "MethodDeclaration", 6470 "api_optional": true, 6471 "api_func_args": [ 6472 { 6473 "name": "attribute", 6474 "type": "SymbolSpanAttribute", 6475 "is_optional": false, 6476 "has_default": false 6477 } 6478 ], 6479 "parent_api": [ 6480 { 6481 "api_name": "SymbolSpanModifier", 6482 "api_type": "ClassDeclaration" 6483 } 6484 ], 6485 "method_return_type": "void", 6486 "code_kind": 174 6487 }, 6488 "import_path": [ 6489 "@ohos.arkui.modifier" 6490 ], 6491 "is_global": true 6492 }, 6493 { 6494 "file_path": "api/arkui/TabsModifier.d.ts", 6495 "api_info": { 6496 "line": 38, 6497 "problem": "OptionalMethod", 6498 "api_name": "applyNormalAttribute", 6499 "api_type": "MethodDeclaration", 6500 "api_optional": true, 6501 "api_func_args": [ 6502 { 6503 "name": "instance", 6504 "type": "TabsAttribute", 6505 "is_optional": false, 6506 "has_default": false 6507 } 6508 ], 6509 "parent_api": [ 6510 { 6511 "api_name": "TabsModifier", 6512 "api_type": "ClassDeclaration" 6513 } 6514 ], 6515 "method_return_type": "void", 6516 "code_kind": 174 6517 }, 6518 "import_path": [ 6519 "@ohos.arkui.modifier" 6520 ], 6521 "is_global": true 6522 }, 6523 { 6524 "file_path": "api/arkui/TextAreaModifier.d.ts", 6525 "api_info": { 6526 "line": 38, 6527 "problem": "OptionalMethod", 6528 "api_name": "applyNormalAttribute", 6529 "api_type": "MethodDeclaration", 6530 "api_optional": true, 6531 "api_func_args": [ 6532 { 6533 "name": "instance", 6534 "type": "TextAreaAttribute", 6535 "is_optional": false, 6536 "has_default": false 6537 } 6538 ], 6539 "parent_api": [ 6540 { 6541 "api_name": "TextAreaModifier", 6542 "api_type": "ClassDeclaration" 6543 } 6544 ], 6545 "method_return_type": "void", 6546 "code_kind": 174 6547 }, 6548 "import_path": [ 6549 "@ohos.arkui.modifier" 6550 ], 6551 "is_global": true 6552 }, 6553 { 6554 "file_path": "api/arkui/TextClockModifier.d.ts", 6555 "api_info": { 6556 "line": 38, 6557 "problem": "OptionalMethod", 6558 "api_name": "applyNormalAttribute", 6559 "api_type": "MethodDeclaration", 6560 "api_optional": true, 6561 "api_func_args": [ 6562 { 6563 "name": "instance", 6564 "type": "TextClockAttribute", 6565 "is_optional": false, 6566 "has_default": false 6567 } 6568 ], 6569 "parent_api": [ 6570 { 6571 "api_name": "TextClockModifier", 6572 "api_type": "ClassDeclaration" 6573 } 6574 ], 6575 "method_return_type": "void", 6576 "code_kind": 174 6577 }, 6578 "import_path": [ 6579 "@ohos.arkui.modifier" 6580 ], 6581 "is_global": true 6582 }, 6583 { 6584 "file_path": "api/arkui/TextInputModifier.d.ts", 6585 "api_info": { 6586 "line": 38, 6587 "problem": "OptionalMethod", 6588 "api_name": "applyNormalAttribute", 6589 "api_type": "MethodDeclaration", 6590 "api_optional": true, 6591 "api_func_args": [ 6592 { 6593 "name": "instance", 6594 "type": "TextInputAttribute", 6595 "is_optional": false, 6596 "has_default": false 6597 } 6598 ], 6599 "parent_api": [ 6600 { 6601 "api_name": "TextInputModifier", 6602 "api_type": "ClassDeclaration" 6603 } 6604 ], 6605 "method_return_type": "void", 6606 "code_kind": 174 6607 }, 6608 "import_path": [ 6609 "@ohos.arkui.modifier" 6610 ], 6611 "is_global": true 6612 }, 6613 { 6614 "file_path": "api/arkui/TextModifier.d.ts", 6615 "api_info": { 6616 "line": 38, 6617 "problem": "OptionalMethod", 6618 "api_name": "applyNormalAttribute", 6619 "api_type": "MethodDeclaration", 6620 "api_optional": true, 6621 "api_func_args": [ 6622 { 6623 "name": "instance", 6624 "type": "TextAttribute", 6625 "is_optional": false, 6626 "has_default": false 6627 } 6628 ], 6629 "parent_api": [ 6630 { 6631 "api_name": "TextModifier", 6632 "api_type": "ClassDeclaration" 6633 } 6634 ], 6635 "method_return_type": "void", 6636 "code_kind": 174 6637 }, 6638 "import_path": [ 6639 "@ohos.arkui.modifier" 6640 ], 6641 "is_global": true 6642 }, 6643 { 6644 "file_path": "api/arkui/TextPickerModifier.d.ts", 6645 "api_info": { 6646 "line": 38, 6647 "problem": "OptionalMethod", 6648 "api_name": "applyNormalAttribute", 6649 "api_type": "MethodDeclaration", 6650 "api_optional": true, 6651 "api_func_args": [ 6652 { 6653 "name": "instance", 6654 "type": "TextPickerAttribute", 6655 "is_optional": false, 6656 "has_default": false 6657 } 6658 ], 6659 "parent_api": [ 6660 { 6661 "api_name": "TextPickerModifier", 6662 "api_type": "ClassDeclaration" 6663 } 6664 ], 6665 "method_return_type": "void", 6666 "code_kind": 174 6667 }, 6668 "import_path": [ 6669 "@ohos.arkui.modifier" 6670 ], 6671 "is_global": true 6672 }, 6673 { 6674 "file_path": "api/arkui/TextTimerModifier.d.ts", 6675 "api_info": { 6676 "line": 38, 6677 "problem": "OptionalMethod", 6678 "api_name": "applyNormalAttribute", 6679 "api_type": "MethodDeclaration", 6680 "api_optional": true, 6681 "api_func_args": [ 6682 { 6683 "name": "instance", 6684 "type": "TextTimerAttribute", 6685 "is_optional": false, 6686 "has_default": false 6687 } 6688 ], 6689 "parent_api": [ 6690 { 6691 "api_name": "TextTimerModifier", 6692 "api_type": "ClassDeclaration" 6693 } 6694 ], 6695 "method_return_type": "void", 6696 "code_kind": 174 6697 }, 6698 "import_path": [ 6699 "@ohos.arkui.modifier" 6700 ], 6701 "is_global": true 6702 }, 6703 { 6704 "file_path": "api/arkui/TimePickerModifier.d.ts", 6705 "api_info": { 6706 "line": 38, 6707 "problem": "OptionalMethod", 6708 "api_name": "applyNormalAttribute", 6709 "api_type": "MethodDeclaration", 6710 "api_optional": true, 6711 "api_func_args": [ 6712 { 6713 "name": "instance", 6714 "type": "TimePickerAttribute", 6715 "is_optional": false, 6716 "has_default": false 6717 } 6718 ], 6719 "parent_api": [ 6720 { 6721 "api_name": "TimePickerModifier", 6722 "api_type": "ClassDeclaration" 6723 } 6724 ], 6725 "method_return_type": "void", 6726 "code_kind": 174 6727 }, 6728 "import_path": [ 6729 "@ohos.arkui.modifier" 6730 ], 6731 "is_global": true 6732 }, 6733 { 6734 "file_path": "api/arkui/ToggleModifier.d.ts", 6735 "api_info": { 6736 "line": 38, 6737 "problem": "OptionalMethod", 6738 "api_name": "applyNormalAttribute", 6739 "api_type": "MethodDeclaration", 6740 "api_optional": true, 6741 "api_func_args": [ 6742 { 6743 "name": "instance", 6744 "type": "ToggleAttribute", 6745 "is_optional": false, 6746 "has_default": false 6747 } 6748 ], 6749 "parent_api": [ 6750 { 6751 "api_name": "ToggleModifier", 6752 "api_type": "ClassDeclaration" 6753 } 6754 ], 6755 "method_return_type": "void", 6756 "code_kind": 174 6757 }, 6758 "import_path": [ 6759 "@ohos.arkui.modifier" 6760 ], 6761 "is_global": true 6762 }, 6763 { 6764 "file_path": "api/arkui/VideoModifier.d.ts", 6765 "api_info": { 6766 "line": 38, 6767 "problem": "OptionalMethod", 6768 "api_name": "applyNormalAttribute", 6769 "api_type": "MethodDeclaration", 6770 "api_optional": true, 6771 "api_func_args": [ 6772 { 6773 "name": "instance", 6774 "type": "VideoAttribute", 6775 "is_optional": false, 6776 "has_default": false 6777 } 6778 ], 6779 "parent_api": [ 6780 { 6781 "api_name": "VideoModifier", 6782 "api_type": "ClassDeclaration" 6783 } 6784 ], 6785 "method_return_type": "void", 6786 "code_kind": 174 6787 }, 6788 "import_path": [ 6789 "@ohos.arkui.modifier" 6790 ], 6791 "is_global": true 6792 }, 6793 { 6794 "file_path": "api/arkui/WaterFlowModifier.d.ts", 6795 "api_info": { 6796 "line": 38, 6797 "problem": "OptionalMethod", 6798 "api_name": "applyNormalAttribute", 6799 "api_type": "MethodDeclaration", 6800 "api_optional": true, 6801 "api_func_args": [ 6802 { 6803 "name": "instance", 6804 "type": "WaterFlowAttribute", 6805 "is_optional": false, 6806 "has_default": false 6807 } 6808 ], 6809 "parent_api": [ 6810 { 6811 "api_name": "WaterFlowModifier", 6812 "api_type": "ClassDeclaration" 6813 } 6814 ], 6815 "method_return_type": "void", 6816 "code_kind": 174 6817 }, 6818 "import_path": [ 6819 "@ohos.arkui.modifier" 6820 ], 6821 "is_global": true 6822 }, 6823 { 6824 "file_path": "declarations/alert_dialog.d.ts", 6825 "api_info": { 6826 "line": 502, 6827 "problem": "DeclWithDuplicateName", 6828 "api_name": "TextStyle", 6829 "api_type": "InterfaceDeclaration", 6830 "parent_api": [], 6831 "code_kind": 267 6832 }, 6833 "import_path": [], 6834 "is_global": true 6835 }, 6836 { 6837 "file_path": "declarations/canvas.d.ts", 6838 "api_info": { 6839 "line": 529, 6840 "problem": "DeclWithDuplicateName", 6841 "api_name": "CanvasPath", 6842 "api_type": "ClassDeclaration", 6843 "api_func_args": [], 6844 "parent_api": [], 6845 "method_return_type": "CanvasPath", 6846 "code_kind": 264 6847 }, 6848 "import_path": [], 6849 "is_global": true 6850 }, 6851 { 6852 "file_path": "declarations/canvas.d.ts", 6853 "api_info": { 6854 "line": 1215, 6855 "problem": "DeclWithDuplicateName", 6856 "api_name": "CanvasPattern", 6857 "api_type": "InterfaceDeclaration", 6858 "parent_api": [], 6859 "code_kind": 267 6860 }, 6861 "import_path": [], 6862 "is_global": true 6863 }, 6864 { 6865 "file_path": "declarations/canvas.d.ts", 6866 "api_info": { 6867 "line": 1286, 6868 "problem": "DeclWithDuplicateName", 6869 "api_name": "TextMetrics", 6870 "api_type": "InterfaceDeclaration", 6871 "parent_api": [], 6872 "code_kind": 267 6873 }, 6874 "import_path": [], 6875 "is_global": true 6876 }, 6877 { 6878 "file_path": "declarations/circle.d.ts", 6879 "api_info": { 6880 "line": 198, 6881 "problem": "ConstructorIface", 6882 "api_type": "ConstructSignature", 6883 "api_optional": false, 6884 "api_func_args": [ 6885 { 6886 "name": "value", 6887 "type": "CircleOptions", 6888 "is_optional": true, 6889 "has_default": false 6890 } 6891 ], 6892 "parent_api": [ 6893 { 6894 "api_name": "CircleInterface", 6895 "api_type": "InterfaceDeclaration" 6896 } 6897 ], 6898 "method_return_type": "CircleAttribute", 6899 "code_kind": 180 6900 }, 6901 "import_path": [], 6902 "is_global": true 6903 }, 6904 { 6905 "file_path": "declarations/common.d.ts", 6906 "api_info": { 6907 "line": 3882, 6908 "problem": "OptionalMethod", 6909 "api_name": "drawBehind", 6910 "api_type": "MethodDeclaration", 6911 "api_optional": true, 6912 "api_func_args": [ 6913 { 6914 "name": "drawContext", 6915 "type": "DrawContext", 6916 "is_optional": false, 6917 "has_default": false 6918 } 6919 ], 6920 "parent_api": [ 6921 { 6922 "api_name": "DrawModifier", 6923 "api_type": "ClassDeclaration" 6924 } 6925 ], 6926 "method_return_type": "void", 6927 "code_kind": 174 6928 }, 6929 "import_path": [], 6930 "is_global": true 6931 }, 6932 { 6933 "file_path": "declarations/common.d.ts", 6934 "api_info": { 6935 "line": 3893, 6936 "problem": "OptionalMethod", 6937 "api_name": "drawContent", 6938 "api_type": "MethodDeclaration", 6939 "api_optional": true, 6940 "api_func_args": [ 6941 { 6942 "name": "drawContext", 6943 "type": "DrawContext", 6944 "is_optional": false, 6945 "has_default": false 6946 } 6947 ], 6948 "parent_api": [ 6949 { 6950 "api_name": "DrawModifier", 6951 "api_type": "ClassDeclaration" 6952 } 6953 ], 6954 "method_return_type": "void", 6955 "code_kind": 174 6956 }, 6957 "import_path": [], 6958 "is_global": true 6959 }, 6960 { 6961 "file_path": "declarations/common.d.ts", 6962 "api_info": { 6963 "line": 3903, 6964 "problem": "OptionalMethod", 6965 "api_name": "drawFront", 6966 "api_type": "MethodDeclaration", 6967 "api_optional": true, 6968 "api_func_args": [ 6969 { 6970 "name": "drawContext", 6971 "type": "DrawContext", 6972 "is_optional": false, 6973 "has_default": false 6974 } 6975 ], 6976 "parent_api": [ 6977 { 6978 "api_name": "DrawModifier", 6979 "api_type": "ClassDeclaration" 6980 } 6981 ], 6982 "method_return_type": "void", 6983 "code_kind": 174 6984 }, 6985 "import_path": [], 6986 "is_global": true 6987 }, 6988 { 6989 "file_path": "declarations/common.d.ts", 6990 "api_info": { 6991 "line": 3931, 6992 "problem": "IndexedAccessType", 6993 "api_name": "TransitionEffect", 6994 "api_type": "ClassDeclaration", 6995 "api_func_args": [ 6996 { 6997 "name": "type", 6998 "type": "Type", 6999 "is_optional": false 7000 }, 7001 { 7002 "name": "effect", 7003 "type": "Effect", 7004 "is_optional": false 7005 } 7006 ], 7007 "parent_api": [], 7008 "method_return_type": "TransitionEffect<Type, Effect>", 7009 "code_kind": 264 7010 }, 7011 "import_path": [], 7012 "is_global": true 7013 }, 7014 { 7015 "file_path": "declarations/common.d.ts", 7016 "api_info": { 7017 "line": 3931, 7018 "problem": "IndexedAccessType", 7019 "api_name": "TransitionEffect", 7020 "api_type": "ClassDeclaration", 7021 "api_func_args": [ 7022 { 7023 "name": "type", 7024 "type": "Type", 7025 "is_optional": false 7026 }, 7027 { 7028 "name": "effect", 7029 "type": "Effect", 7030 "is_optional": false 7031 } 7032 ], 7033 "parent_api": [], 7034 "method_return_type": "TransitionEffect<Type, Effect>", 7035 "code_kind": 264 7036 }, 7037 "import_path": [], 7038 "is_global": true 7039 }, 7040 { 7041 "file_path": "declarations/common.d.ts", 7042 "api_info": { 7043 "line": 5167, 7044 "problem": "DeclWithDuplicateName", 7045 "api_name": "EventTarget", 7046 "api_type": "InterfaceDeclaration", 7047 "parent_api": [], 7048 "code_kind": 267 7049 }, 7050 "import_path": [], 7051 "is_global": true 7052 }, 7053 { 7054 "file_path": "declarations/common.d.ts", 7055 "api_info": { 7056 "line": 7610, 7057 "problem": "OptionalMethod", 7058 "api_name": "getModifierKeyState", 7059 "api_type": "MethodSignature", 7060 "api_optional": true, 7061 "api_func_args": [ 7062 { 7063 "name": "keys", 7064 "type": "Array<string>", 7065 "is_optional": false, 7066 "has_default": false 7067 } 7068 ], 7069 "parent_api": [ 7070 { 7071 "api_name": "BaseEvent", 7072 "api_type": "InterfaceDeclaration" 7073 } 7074 ], 7075 "method_return_type": "boolean", 7076 "code_kind": 173 7077 }, 7078 "import_path": [], 7079 "is_global": true 7080 }, 7081 { 7082 "file_path": "declarations/common.d.ts", 7083 "api_info": { 7084 "line": 8211, 7085 "problem": "DeclWithDuplicateName", 7086 "api_name": "MouseEvent", 7087 "api_type": "InterfaceDeclaration", 7088 "parent_api": [], 7089 "code_kind": 267 7090 }, 7091 "import_path": [], 7092 "is_global": true 7093 }, 7094 { 7095 "file_path": "declarations/common.d.ts", 7096 "api_info": { 7097 "line": 8866, 7098 "problem": "DeclWithDuplicateName", 7099 "api_name": "TouchEvent", 7100 "api_type": "InterfaceDeclaration", 7101 "parent_api": [], 7102 "code_kind": 267 7103 }, 7104 "import_path": [], 7105 "is_global": true 7106 }, 7107 { 7108 "file_path": "declarations/common.d.ts", 7109 "api_info": { 7110 "line": 9942, 7111 "problem": "DeclWithDuplicateName", 7112 "api_name": "DragEvent", 7113 "api_type": "InterfaceDeclaration", 7114 "parent_api": [], 7115 "code_kind": 267 7116 }, 7117 "import_path": [], 7118 "is_global": true 7119 }, 7120 { 7121 "file_path": "declarations/common.d.ts", 7122 "api_info": { 7123 "line": 10303, 7124 "problem": "OptionalMethod", 7125 "api_name": "getModifierKeyState", 7126 "api_type": "MethodSignature", 7127 "api_optional": true, 7128 "api_func_args": [ 7129 { 7130 "name": "keys", 7131 "type": "Array<string>", 7132 "is_optional": false, 7133 "has_default": false 7134 } 7135 ], 7136 "parent_api": [ 7137 { 7138 "api_name": "DragEvent", 7139 "api_type": "InterfaceDeclaration" 7140 } 7141 ], 7142 "method_return_type": "boolean", 7143 "code_kind": 173 7144 }, 7145 "import_path": [], 7146 "is_global": true 7147 }, 7148 { 7149 "file_path": "declarations/common.d.ts", 7150 "api_info": { 7151 "line": 10640, 7152 "problem": "OptionalMethod", 7153 "api_name": "getModifierKeyState", 7154 "api_type": "MethodSignature", 7155 "api_optional": true, 7156 "api_func_args": [ 7157 { 7158 "name": "keys", 7159 "type": "Array<string>", 7160 "is_optional": false, 7161 "has_default": false 7162 } 7163 ], 7164 "parent_api": [ 7165 { 7166 "api_name": "KeyEvent", 7167 "api_type": "InterfaceDeclaration" 7168 } 7169 ], 7170 "method_return_type": "boolean", 7171 "code_kind": 173 7172 }, 7173 "import_path": [], 7174 "is_global": true 7175 }, 7176 { 7177 "file_path": "declarations/common.d.ts", 7178 "api_info": { 7179 "line": 14270, 7180 "problem": "OptionalMethod", 7181 "api_name": "applyNormalAttribute", 7182 "api_type": "MethodSignature", 7183 "api_optional": true, 7184 "api_func_args": [ 7185 { 7186 "name": "instance", 7187 "type": "T", 7188 "is_optional": false, 7189 "has_default": false 7190 } 7191 ], 7192 "parent_api": [ 7193 { 7194 "api_name": "AttributeModifier", 7195 "api_type": "InterfaceDeclaration" 7196 } 7197 ], 7198 "method_return_type": "void", 7199 "code_kind": 173 7200 }, 7201 "import_path": [], 7202 "is_global": true 7203 }, 7204 { 7205 "file_path": "declarations/common.d.ts", 7206 "api_info": { 7207 "line": 14288, 7208 "problem": "OptionalMethod", 7209 "api_name": "applyPressedAttribute", 7210 "api_type": "MethodSignature", 7211 "api_optional": true, 7212 "api_func_args": [ 7213 { 7214 "name": "instance", 7215 "type": "T", 7216 "is_optional": false, 7217 "has_default": false 7218 } 7219 ], 7220 "parent_api": [ 7221 { 7222 "api_name": "AttributeModifier", 7223 "api_type": "InterfaceDeclaration" 7224 } 7225 ], 7226 "method_return_type": "void", 7227 "code_kind": 173 7228 }, 7229 "import_path": [], 7230 "is_global": true 7231 }, 7232 { 7233 "file_path": "declarations/common.d.ts", 7234 "api_info": { 7235 "line": 14306, 7236 "problem": "OptionalMethod", 7237 "api_name": "applyFocusedAttribute", 7238 "api_type": "MethodSignature", 7239 "api_optional": true, 7240 "api_func_args": [ 7241 { 7242 "name": "instance", 7243 "type": "T", 7244 "is_optional": false, 7245 "has_default": false 7246 } 7247 ], 7248 "parent_api": [ 7249 { 7250 "api_name": "AttributeModifier", 7251 "api_type": "InterfaceDeclaration" 7252 } 7253 ], 7254 "method_return_type": "void", 7255 "code_kind": 173 7256 }, 7257 "import_path": [], 7258 "is_global": true 7259 }, 7260 { 7261 "file_path": "declarations/common.d.ts", 7262 "api_info": { 7263 "line": 14324, 7264 "problem": "OptionalMethod", 7265 "api_name": "applyDisabledAttribute", 7266 "api_type": "MethodSignature", 7267 "api_optional": true, 7268 "api_func_args": [ 7269 { 7270 "name": "instance", 7271 "type": "T", 7272 "is_optional": false, 7273 "has_default": false 7274 } 7275 ], 7276 "parent_api": [ 7277 { 7278 "api_name": "AttributeModifier", 7279 "api_type": "InterfaceDeclaration" 7280 } 7281 ], 7282 "method_return_type": "void", 7283 "code_kind": 173 7284 }, 7285 "import_path": [], 7286 "is_global": true 7287 }, 7288 { 7289 "file_path": "declarations/common.d.ts", 7290 "api_info": { 7291 "line": 14342, 7292 "problem": "OptionalMethod", 7293 "api_name": "applySelectedAttribute", 7294 "api_type": "MethodSignature", 7295 "api_optional": true, 7296 "api_func_args": [ 7297 { 7298 "name": "instance", 7299 "type": "T", 7300 "is_optional": false, 7301 "has_default": false 7302 } 7303 ], 7304 "parent_api": [ 7305 { 7306 "api_name": "AttributeModifier", 7307 "api_type": "InterfaceDeclaration" 7308 } 7309 ], 7310 "method_return_type": "void", 7311 "code_kind": 173 7312 }, 7313 "import_path": [], 7314 "is_global": true 7315 }, 7316 { 7317 "file_path": "declarations/common.d.ts", 7318 "api_info": { 7319 "line": 20453, 7320 "problem": "LimitedVoidType", 7321 "api_name": "CustomBuilder", 7322 "api_type": "TypeAliasDeclaration", 7323 "api_func_args": [], 7324 "parent_api": [], 7325 "code_kind": 268 7326 }, 7327 "import_path": [], 7328 "is_global": true 7329 }, 7330 { 7331 "file_path": "declarations/common.d.ts", 7332 "api_info": { 7333 "line": 21123, 7334 "problem": "DeclWithDuplicateName", 7335 "api_name": "LinearGradient", 7336 "api_type": "InterfaceDeclaration", 7337 "parent_api": [], 7338 "code_kind": 267 7339 }, 7340 "import_path": [], 7341 "is_global": true 7342 }, 7343 { 7344 "file_path": "declarations/common.d.ts", 7345 "api_info": { 7346 "line": 22047, 7347 "problem": "OptionalMethod", 7348 "api_name": "aboutToAppear", 7349 "api_type": "MethodDeclaration", 7350 "api_optional": true, 7351 "api_func_args": [], 7352 "parent_api": [ 7353 { 7354 "api_name": "CustomComponent", 7355 "api_type": "ClassDeclaration" 7356 } 7357 ], 7358 "method_return_type": "void", 7359 "code_kind": 174 7360 }, 7361 "import_path": [], 7362 "is_global": true 7363 }, 7364 { 7365 "file_path": "declarations/common.d.ts", 7366 "api_info": { 7367 "line": 22086, 7368 "problem": "OptionalMethod", 7369 "api_name": "aboutToDisappear", 7370 "api_type": "MethodDeclaration", 7371 "api_optional": true, 7372 "api_func_args": [], 7373 "parent_api": [ 7374 { 7375 "api_name": "CustomComponent", 7376 "api_type": "ClassDeclaration" 7377 } 7378 ], 7379 "method_return_type": "void", 7380 "code_kind": 174 7381 }, 7382 "import_path": [], 7383 "is_global": true 7384 }, 7385 { 7386 "file_path": "declarations/common.d.ts", 7387 "api_info": { 7388 "line": 22104, 7389 "problem": "OptionalMethod", 7390 "api_name": "aboutToReuse", 7391 "api_type": "MethodDeclaration", 7392 "api_optional": true, 7393 "api_func_args": [ 7394 { 7395 "name": "params", 7396 "type": "{\n [key: string]: unknown;\n }", 7397 "is_optional": false, 7398 "has_default": false 7399 } 7400 ], 7401 "parent_api": [ 7402 { 7403 "api_name": "CustomComponent", 7404 "api_type": "ClassDeclaration" 7405 } 7406 ], 7407 "method_return_type": "void", 7408 "code_kind": 174 7409 }, 7410 "import_path": [], 7411 "is_global": true 7412 }, 7413 { 7414 "file_path": "declarations/common.d.ts", 7415 "api_info": { 7416 "line": 22122, 7417 "problem": "OptionalMethod", 7418 "api_name": "aboutToRecycle", 7419 "api_type": "MethodDeclaration", 7420 "api_optional": true, 7421 "api_func_args": [], 7422 "parent_api": [ 7423 { 7424 "api_name": "CustomComponent", 7425 "api_type": "ClassDeclaration" 7426 } 7427 ], 7428 "method_return_type": "void", 7429 "code_kind": 174 7430 }, 7431 "import_path": [], 7432 "is_global": true 7433 }, 7434 { 7435 "file_path": "declarations/common.d.ts", 7436 "api_info": { 7437 "line": 22132, 7438 "problem": "OptionalMethod", 7439 "api_name": "onWillApplyTheme", 7440 "api_type": "MethodDeclaration", 7441 "api_optional": true, 7442 "api_func_args": [ 7443 { 7444 "name": "theme", 7445 "type": "Theme", 7446 "is_optional": false, 7447 "has_default": false 7448 } 7449 ], 7450 "parent_api": [ 7451 { 7452 "api_name": "CustomComponent", 7453 "api_type": "ClassDeclaration" 7454 } 7455 ], 7456 "method_return_type": "void", 7457 "code_kind": 174 7458 }, 7459 "import_path": [], 7460 "is_global": true 7461 }, 7462 { 7463 "file_path": "declarations/common.d.ts", 7464 "api_info": { 7465 "line": 22144, 7466 "problem": "OptionalMethod", 7467 "api_name": "onLayout", 7468 "api_type": "MethodDeclaration", 7469 "api_optional": true, 7470 "api_func_args": [ 7471 { 7472 "name": "children", 7473 "type": "Array<LayoutChild>", 7474 "is_optional": false, 7475 "has_default": false 7476 }, 7477 { 7478 "name": "constraint", 7479 "type": "ConstraintSizeOptions", 7480 "is_optional": false, 7481 "has_default": false 7482 } 7483 ], 7484 "parent_api": [ 7485 { 7486 "api_name": "CustomComponent", 7487 "api_type": "ClassDeclaration" 7488 } 7489 ], 7490 "method_return_type": "void", 7491 "code_kind": 174 7492 }, 7493 "import_path": [], 7494 "is_global": true 7495 }, 7496 { 7497 "file_path": "declarations/common.d.ts", 7498 "api_info": { 7499 "line": 22166, 7500 "problem": "OptionalMethod", 7501 "api_name": "onPlaceChildren", 7502 "api_type": "MethodDeclaration", 7503 "api_optional": true, 7504 "api_func_args": [ 7505 { 7506 "name": "selfLayoutInfo", 7507 "type": "GeometryInfo", 7508 "is_optional": false, 7509 "has_default": false 7510 }, 7511 { 7512 "name": "children", 7513 "type": "Array<Layoutable>", 7514 "is_optional": false, 7515 "has_default": false 7516 }, 7517 { 7518 "name": "constraint", 7519 "type": "ConstraintSizeOptions", 7520 "is_optional": false, 7521 "has_default": false 7522 } 7523 ], 7524 "parent_api": [ 7525 { 7526 "api_name": "CustomComponent", 7527 "api_type": "ClassDeclaration" 7528 } 7529 ], 7530 "method_return_type": "void", 7531 "code_kind": 174 7532 }, 7533 "import_path": [], 7534 "is_global": true 7535 }, 7536 { 7537 "file_path": "declarations/common.d.ts", 7538 "api_info": { 7539 "line": 22178, 7540 "problem": "OptionalMethod", 7541 "api_name": "onMeasure", 7542 "api_type": "MethodDeclaration", 7543 "api_optional": true, 7544 "api_func_args": [ 7545 { 7546 "name": "children", 7547 "type": "Array<LayoutChild>", 7548 "is_optional": false, 7549 "has_default": false 7550 }, 7551 { 7552 "name": "constraint", 7553 "type": "ConstraintSizeOptions", 7554 "is_optional": false, 7555 "has_default": false 7556 } 7557 ], 7558 "parent_api": [ 7559 { 7560 "api_name": "CustomComponent", 7561 "api_type": "ClassDeclaration" 7562 } 7563 ], 7564 "method_return_type": "void", 7565 "code_kind": 174 7566 }, 7567 "import_path": [], 7568 "is_global": true 7569 }, 7570 { 7571 "file_path": "declarations/common.d.ts", 7572 "api_info": { 7573 "line": 22200, 7574 "problem": "OptionalMethod", 7575 "api_name": "onMeasureSize", 7576 "api_type": "MethodDeclaration", 7577 "api_optional": true, 7578 "api_func_args": [ 7579 { 7580 "name": "selfLayoutInfo", 7581 "type": "GeometryInfo", 7582 "is_optional": false, 7583 "has_default": false 7584 }, 7585 { 7586 "name": "children", 7587 "type": "Array<Measurable>", 7588 "is_optional": false, 7589 "has_default": false 7590 }, 7591 { 7592 "name": "constraint", 7593 "type": "ConstraintSizeOptions", 7594 "is_optional": false, 7595 "has_default": false 7596 } 7597 ], 7598 "parent_api": [ 7599 { 7600 "api_name": "CustomComponent", 7601 "api_type": "ClassDeclaration" 7602 } 7603 ], 7604 "method_return_type": "SizeResult", 7605 "code_kind": 174 7606 }, 7607 "import_path": [], 7608 "is_global": true 7609 }, 7610 { 7611 "file_path": "declarations/common.d.ts", 7612 "api_info": { 7613 "line": 22228, 7614 "problem": "OptionalMethod", 7615 "api_name": "onPageShow", 7616 "api_type": "MethodDeclaration", 7617 "api_optional": true, 7618 "api_func_args": [], 7619 "parent_api": [ 7620 { 7621 "api_name": "CustomComponent", 7622 "api_type": "ClassDeclaration" 7623 } 7624 ], 7625 "method_return_type": "void", 7626 "code_kind": 174 7627 }, 7628 "import_path": [], 7629 "is_global": true 7630 }, 7631 { 7632 "file_path": "declarations/common.d.ts", 7633 "api_info": { 7634 "line": 22256, 7635 "problem": "OptionalMethod", 7636 "api_name": "onPageHide", 7637 "api_type": "MethodDeclaration", 7638 "api_optional": true, 7639 "api_func_args": [], 7640 "parent_api": [ 7641 { 7642 "api_name": "CustomComponent", 7643 "api_type": "ClassDeclaration" 7644 } 7645 ], 7646 "method_return_type": "void", 7647 "code_kind": 174 7648 }, 7649 "import_path": [], 7650 "is_global": true 7651 }, 7652 { 7653 "file_path": "declarations/common.d.ts", 7654 "api_info": { 7655 "line": 22280, 7656 "problem": "OptionalMethod", 7657 "api_name": "onFormRecycle", 7658 "api_type": "MethodDeclaration", 7659 "api_optional": true, 7660 "api_func_args": [], 7661 "parent_api": [ 7662 { 7663 "api_name": "CustomComponent", 7664 "api_type": "ClassDeclaration" 7665 } 7666 ], 7667 "method_return_type": "string", 7668 "code_kind": 174 7669 }, 7670 "import_path": [], 7671 "is_global": true 7672 }, 7673 { 7674 "file_path": "declarations/common.d.ts", 7675 "api_info": { 7676 "line": 22300, 7677 "problem": "OptionalMethod", 7678 "api_name": "onFormRecover", 7679 "api_type": "MethodDeclaration", 7680 "api_optional": true, 7681 "api_func_args": [ 7682 { 7683 "name": "statusData", 7684 "type": "string", 7685 "is_optional": false, 7686 "has_default": false 7687 } 7688 ], 7689 "parent_api": [ 7690 { 7691 "api_name": "CustomComponent", 7692 "api_type": "ClassDeclaration" 7693 } 7694 ], 7695 "method_return_type": "void", 7696 "code_kind": 174 7697 }, 7698 "import_path": [], 7699 "is_global": true 7700 }, 7701 { 7702 "file_path": "declarations/common.d.ts", 7703 "api_info": { 7704 "line": 22335, 7705 "problem": "OptionalMethod", 7706 "api_name": "onBackPress", 7707 "api_type": "MethodDeclaration", 7708 "api_optional": true, 7709 "api_func_args": [], 7710 "parent_api": [ 7711 { 7712 "api_name": "CustomComponent", 7713 "api_type": "ClassDeclaration" 7714 } 7715 ], 7716 "method_return_type": "boolean | void", 7717 "code_kind": 174 7718 }, 7719 "import_path": [], 7720 "is_global": true 7721 }, 7722 { 7723 "file_path": "declarations/common.d.ts", 7724 "api_info": { 7725 "line": 22335, 7726 "problem": "LimitedVoidType", 7727 "api_name": "onBackPress", 7728 "api_type": "MethodDeclaration", 7729 "api_optional": true, 7730 "api_func_args": [], 7731 "parent_api": [ 7732 { 7733 "api_name": "CustomComponent", 7734 "api_type": "ClassDeclaration" 7735 } 7736 ], 7737 "method_return_type": "boolean | void", 7738 "code_kind": 174 7739 }, 7740 "import_path": [], 7741 "is_global": true 7742 }, 7743 { 7744 "file_path": "declarations/common.d.ts", 7745 "api_info": { 7746 "line": 22360, 7747 "problem": "OptionalMethod", 7748 "api_name": "pageTransition", 7749 "api_type": "MethodDeclaration", 7750 "api_optional": true, 7751 "api_func_args": [], 7752 "parent_api": [ 7753 { 7754 "api_name": "CustomComponent", 7755 "api_type": "ClassDeclaration" 7756 } 7757 ], 7758 "method_return_type": "void", 7759 "code_kind": 174 7760 }, 7761 "import_path": [], 7762 "is_global": true 7763 }, 7764 { 7765 "file_path": "declarations/common.d.ts", 7766 "api_info": { 7767 "line": 22437, 7768 "problem": "OptionalMethod", 7769 "api_name": "onDidBuild", 7770 "api_type": "MethodDeclaration", 7771 "api_optional": true, 7772 "api_func_args": [], 7773 "parent_api": [ 7774 { 7775 "api_name": "CustomComponent", 7776 "api_type": "ClassDeclaration" 7777 } 7778 ], 7779 "method_return_type": "void", 7780 "code_kind": 174 7781 }, 7782 "import_path": [], 7783 "is_global": true 7784 }, 7785 { 7786 "file_path": "declarations/common.d.ts", 7787 "api_info": { 7788 "line": 23015, 7789 "problem": "LimitedVoidType", 7790 "api_name": "OnWillScrollCallback", 7791 "api_type": "TypeAliasDeclaration", 7792 "api_func_args": [ 7793 { 7794 "name": "scrollOffset", 7795 "type": "number", 7796 "is_optional": false 7797 }, 7798 { 7799 "name": "scrollState", 7800 "type": "ScrollState", 7801 "is_optional": false 7802 }, 7803 { 7804 "name": "scrollSource", 7805 "type": "ScrollSource", 7806 "is_optional": false 7807 } 7808 ], 7809 "parent_api": [], 7810 "method_return_type": "void | ScrollResult", 7811 "code_kind": 268 7812 }, 7813 "import_path": [], 7814 "is_global": true 7815 }, 7816 { 7817 "file_path": "declarations/data_panel.d.ts", 7818 "api_info": { 7819 "line": 180, 7820 "problem": "DeclWithDuplicateName", 7821 "api_name": "LinearGradient", 7822 "api_type": "ClassDeclaration", 7823 "api_func_args": [ 7824 { 7825 "name": "colorStops", 7826 "type": "ColorStop[]", 7827 "is_optional": false 7828 } 7829 ], 7830 "parent_api": [], 7831 "method_return_type": "LinearGradient", 7832 "code_kind": 264 7833 }, 7834 "import_path": [], 7835 "is_global": true 7836 }, 7837 { 7838 "file_path": "declarations/ellipse.d.ts", 7839 "api_info": { 7840 "line": 92, 7841 "problem": "ConstructorIface", 7842 "api_type": "ConstructSignature", 7843 "api_optional": false, 7844 "api_func_args": [ 7845 { 7846 "name": "value", 7847 "type": "{\n width?: string | number;\n height?: string | number;\n }", 7848 "is_optional": true, 7849 "has_default": false 7850 } 7851 ], 7852 "parent_api": [ 7853 { 7854 "api_name": "EllipseInterface", 7855 "api_type": "InterfaceDeclaration" 7856 } 7857 ], 7858 "method_return_type": "EllipseAttribute", 7859 "code_kind": 180 7860 }, 7861 "import_path": [], 7862 "is_global": true 7863 }, 7864 { 7865 "file_path": "declarations/grid.d.ts", 7866 "api_info": { 7867 "line": 925, 7868 "problem": "LimitedVoidType", 7869 "api_name": "onItemDragStart", 7870 "api_type": "MethodDeclaration", 7871 "api_optional": false, 7872 "api_func_args": [ 7873 { 7874 "name": "event", 7875 "type": "(event: ItemDragInfo, itemIndex: number) => (() => any) | void", 7876 "is_optional": false, 7877 "has_default": false 7878 } 7879 ], 7880 "parent_api": [ 7881 { 7882 "api_name": "GridAttribute", 7883 "api_type": "ClassDeclaration" 7884 } 7885 ], 7886 "method_return_type": "GridAttribute", 7887 "code_kind": 174 7888 }, 7889 "import_path": [], 7890 "is_global": true 7891 }, 7892 { 7893 "file_path": "declarations/hyperlink.d.ts", 7894 "api_info": { 7895 "line": 34, 7896 "problem": "DeclWithDuplicateName", 7897 "api_name": "HyperlinkInterface", 7898 "api_type": "InterfaceDeclaration", 7899 "parent_api": [], 7900 "code_kind": 267 7901 }, 7902 "import_path": [], 7903 "is_global": true 7904 }, 7905 { 7906 "file_path": "declarations/hyperlink.d.ts", 7907 "api_info": { 7908 "line": 122, 7909 "problem": "DeclWithDuplicateName", 7910 "api_name": "HyperlinkInterface", 7911 "api_type": "FirstStatement", 7912 "parent_api": [], 7913 "code_kind": 244, 7914 "api_property_type": "HyperlinkAttribute" 7915 }, 7916 "import_path": [], 7917 "is_global": true 7918 }, 7919 { 7920 "file_path": "declarations/line.d.ts", 7921 "api_info": { 7922 "line": 100, 7923 "problem": "ConstructorIface", 7924 "api_type": "ConstructSignature", 7925 "api_optional": false, 7926 "api_func_args": [ 7927 { 7928 "name": "value", 7929 "type": "{\n width?: string | number;\n height?: string | number;\n }", 7930 "is_optional": true, 7931 "has_default": false 7932 } 7933 ], 7934 "parent_api": [ 7935 { 7936 "api_name": "LineInterface", 7937 "api_type": "InterfaceDeclaration" 7938 } 7939 ], 7940 "method_return_type": "LineAttribute", 7941 "code_kind": 180 7942 }, 7943 "import_path": [], 7944 "is_global": true 7945 }, 7946 { 7947 "file_path": "declarations/list.d.ts", 7948 "api_info": { 7949 "line": 1643, 7950 "problem": "LimitedVoidType", 7951 "api_name": "onItemDragStart", 7952 "api_type": "MethodDeclaration", 7953 "api_optional": false, 7954 "api_func_args": [ 7955 { 7956 "name": "event", 7957 "type": "(event: ItemDragInfo, itemIndex: number) => ((() => any) | void)", 7958 "is_optional": false, 7959 "has_default": false 7960 } 7961 ], 7962 "parent_api": [ 7963 { 7964 "api_name": "ListAttribute", 7965 "api_type": "ClassDeclaration" 7966 } 7967 ], 7968 "method_return_type": "ListAttribute", 7969 "code_kind": 174 7970 }, 7971 "import_path": [], 7972 "is_global": true 7973 }, 7974 { 7975 "file_path": "declarations/navigation.d.ts", 7976 "api_info": { 7977 "line": 2873, 7978 "problem": "OptionalMethod", 7979 "api_name": "cancelTransition", 7980 "api_type": "MethodSignature", 7981 "api_optional": true, 7982 "api_func_args": [], 7983 "parent_api": [ 7984 { 7985 "api_name": "NavigationTransitionProxy", 7986 "api_type": "InterfaceDeclaration" 7987 } 7988 ], 7989 "method_return_type": "void", 7990 "code_kind": 173 7991 }, 7992 "import_path": [], 7993 "is_global": true 7994 }, 7995 { 7996 "file_path": "declarations/navigation.d.ts", 7997 "api_info": { 7998 "line": 2883, 7999 "problem": "OptionalMethod", 8000 "api_name": "updateTransition", 8001 "api_type": "MethodSignature", 8002 "api_optional": true, 8003 "api_func_args": [ 8004 { 8005 "name": "progress", 8006 "type": "number", 8007 "is_optional": false, 8008 "has_default": false 8009 } 8010 ], 8011 "parent_api": [ 8012 { 8013 "api_name": "NavigationTransitionProxy", 8014 "api_type": "InterfaceDeclaration" 8015 } 8016 ], 8017 "method_return_type": "void", 8018 "code_kind": 173 8019 }, 8020 "import_path": [], 8021 "is_global": true 8022 }, 8023 { 8024 "file_path": "declarations/page_transition.d.ts", 8025 "api_info": { 8026 "line": 554, 8027 "problem": "InterfaceExtendsClass", 8028 "api_name": "PageTransitionEnterInterface", 8029 "api_type": "InterfaceDeclaration", 8030 "parent_api": [], 8031 "code_kind": 267 8032 }, 8033 "import_path": [], 8034 "is_global": true 8035 }, 8036 { 8037 "file_path": "declarations/page_transition.d.ts", 8038 "api_info": { 8039 "line": 638, 8040 "problem": "InterfaceExtendsClass", 8041 "api_name": "PageTransitionExitInterface", 8042 "api_type": "InterfaceDeclaration", 8043 "parent_api": [], 8044 "code_kind": 267 8045 }, 8046 "import_path": [], 8047 "is_global": true 8048 }, 8049 { 8050 "file_path": "declarations/particle.d.ts", 8051 "api_info": { 8052 "line": 438, 8053 "problem": "IndexedAccessType", 8054 "api_name": "config", 8055 "api_type": "PropertySignature", 8056 "api_optional": false, 8057 "parent_api": [ 8058 { 8059 "api_name": "EmitterOptions", 8060 "api_type": "InterfaceDeclaration" 8061 } 8062 ], 8063 "code_kind": 170, 8064 "api_property_type": "ParticleConfigs[PARTICLE]" 8065 }, 8066 "import_path": [], 8067 "is_global": true 8068 }, 8069 { 8070 "file_path": "declarations/particle.d.ts", 8071 "api_info": { 8072 "line": 696, 8073 "problem": "IndexedAccessType", 8074 "api_name": "config", 8075 "api_type": "PropertySignature", 8076 "api_optional": false, 8077 "parent_api": [ 8078 { 8079 "api_name": "ParticlePropertyOptions", 8080 "api_type": "InterfaceDeclaration" 8081 } 8082 ], 8083 "code_kind": 170, 8084 "api_property_type": "ParticlePropertyUpdaterConfigs<TYPE>[UPDATER]" 8085 }, 8086 "import_path": [], 8087 "is_global": true 8088 }, 8089 { 8090 "file_path": "declarations/particle.d.ts", 8091 "api_info": { 8092 "line": 849, 8093 "problem": "IndexedAccessType", 8094 "api_name": "config", 8095 "api_type": "PropertySignature", 8096 "api_optional": false, 8097 "parent_api": [ 8098 { 8099 "api_name": "ParticleColorPropertyOptions", 8100 "api_type": "InterfaceDeclaration" 8101 } 8102 ], 8103 "code_kind": 170, 8104 "api_property_type": "ParticleColorPropertyUpdaterConfigs[UPDATER]" 8105 }, 8106 "import_path": [], 8107 "is_global": true 8108 }, 8109 { 8110 "file_path": "declarations/path.d.ts", 8111 "api_info": { 8112 "line": 92, 8113 "problem": "ConstructorIface", 8114 "api_type": "ConstructSignature", 8115 "api_optional": false, 8116 "api_func_args": [ 8117 { 8118 "name": "value", 8119 "type": "{\n width?: number | string;\n height?: number | string;\n commands?: string;\n }", 8120 "is_optional": true, 8121 "has_default": false 8122 } 8123 ], 8124 "parent_api": [ 8125 { 8126 "api_name": "PathInterface", 8127 "api_type": "InterfaceDeclaration" 8128 } 8129 ], 8130 "method_return_type": "PathAttribute", 8131 "code_kind": 180 8132 }, 8133 "import_path": [], 8134 "is_global": true 8135 }, 8136 { 8137 "file_path": "declarations/polygon.d.ts", 8138 "api_info": { 8139 "line": 83, 8140 "problem": "ConstructorIface", 8141 "api_type": "ConstructSignature", 8142 "api_optional": false, 8143 "api_func_args": [ 8144 { 8145 "name": "value", 8146 "type": "{\n width?: string | number;\n height?: string | number;\n }", 8147 "is_optional": true, 8148 "has_default": false 8149 } 8150 ], 8151 "parent_api": [ 8152 { 8153 "api_name": "PolygonInterface", 8154 "api_type": "InterfaceDeclaration" 8155 } 8156 ], 8157 "method_return_type": "PolygonAttribute", 8158 "code_kind": 180 8159 }, 8160 "import_path": [], 8161 "is_global": true 8162 }, 8163 { 8164 "file_path": "declarations/polyline.d.ts", 8165 "api_info": { 8166 "line": 84, 8167 "problem": "ConstructorIface", 8168 "api_type": "ConstructSignature", 8169 "api_optional": false, 8170 "api_func_args": [ 8171 { 8172 "name": "value", 8173 "type": "{\n width?: string | number;\n height?: string | number;\n }", 8174 "is_optional": true, 8175 "has_default": false 8176 } 8177 ], 8178 "parent_api": [ 8179 { 8180 "api_name": "PolylineInterface", 8181 "api_type": "InterfaceDeclaration" 8182 } 8183 ], 8184 "method_return_type": "PolylineAttribute", 8185 "code_kind": 180 8186 }, 8187 "import_path": [], 8188 "is_global": true 8189 }, 8190 { 8191 "file_path": "declarations/progress.d.ts", 8192 "api_info": { 8193 "line": 1176, 8194 "problem": "ComputedPropertyName", 8195 "api_name": "[ProgressType.Linear]", 8196 "api_type": "PropertySignature", 8197 "api_optional": false, 8198 "parent_api": [ 8199 { 8200 "api_name": "ProgressStyleMap", 8201 "api_type": "InterfaceDeclaration" 8202 } 8203 ], 8204 "code_kind": 170, 8205 "api_property_type": "LinearStyleOptions | ProgressStyleOptions" 8206 }, 8207 "import_path": [], 8208 "is_global": true 8209 }, 8210 { 8211 "file_path": "declarations/progress.d.ts", 8212 "api_info": { 8213 "line": 1191, 8214 "problem": "ComputedPropertyName", 8215 "api_name": "[ProgressType.Ring]", 8216 "api_type": "PropertySignature", 8217 "api_optional": false, 8218 "parent_api": [ 8219 { 8220 "api_name": "ProgressStyleMap", 8221 "api_type": "InterfaceDeclaration" 8222 } 8223 ], 8224 "code_kind": 170, 8225 "api_property_type": "RingStyleOptions | ProgressStyleOptions" 8226 }, 8227 "import_path": [], 8228 "is_global": true 8229 }, 8230 { 8231 "file_path": "declarations/progress.d.ts", 8232 "api_info": { 8233 "line": 1206, 8234 "problem": "ComputedPropertyName", 8235 "api_name": "[ProgressType.Eclipse]", 8236 "api_type": "PropertySignature", 8237 "api_optional": false, 8238 "parent_api": [ 8239 { 8240 "api_name": "ProgressStyleMap", 8241 "api_type": "InterfaceDeclaration" 8242 } 8243 ], 8244 "code_kind": 170, 8245 "api_property_type": "EclipseStyleOptions | ProgressStyleOptions" 8246 }, 8247 "import_path": [], 8248 "is_global": true 8249 }, 8250 { 8251 "file_path": "declarations/progress.d.ts", 8252 "api_info": { 8253 "line": 1221, 8254 "problem": "ComputedPropertyName", 8255 "api_name": "[ProgressType.ScaleRing]", 8256 "api_type": "PropertySignature", 8257 "api_optional": false, 8258 "parent_api": [ 8259 { 8260 "api_name": "ProgressStyleMap", 8261 "api_type": "InterfaceDeclaration" 8262 } 8263 ], 8264 "code_kind": 170, 8265 "api_property_type": "ScaleRingStyleOptions | ProgressStyleOptions" 8266 }, 8267 "import_path": [], 8268 "is_global": true 8269 }, 8270 { 8271 "file_path": "declarations/progress.d.ts", 8272 "api_info": { 8273 "line": 1236, 8274 "problem": "ComputedPropertyName", 8275 "api_name": "[ProgressType.Capsule]", 8276 "api_type": "PropertySignature", 8277 "api_optional": false, 8278 "parent_api": [ 8279 { 8280 "api_name": "ProgressStyleMap", 8281 "api_type": "InterfaceDeclaration" 8282 } 8283 ], 8284 "code_kind": 170, 8285 "api_property_type": "CapsuleStyleOptions | ProgressStyleOptions" 8286 }, 8287 "import_path": [], 8288 "is_global": true 8289 }, 8290 { 8291 "file_path": "declarations/progress.d.ts", 8292 "api_info": { 8293 "line": 1347, 8294 "problem": "IndexedAccessType", 8295 "api_name": "ProgressAttribute", 8296 "api_type": "ClassDeclaration", 8297 "api_func_args": [], 8298 "parent_api": [], 8299 "method_return_type": "ProgressAttribute<Type, Style>", 8300 "code_kind": 264 8301 }, 8302 "import_path": [], 8303 "is_global": true 8304 }, 8305 { 8306 "file_path": "declarations/progress.d.ts", 8307 "api_info": { 8308 "line": 1347, 8309 "problem": "IndexedAccessType", 8310 "api_name": "ProgressAttribute", 8311 "api_type": "ClassDeclaration", 8312 "api_func_args": [], 8313 "parent_api": [], 8314 "method_return_type": "ProgressAttribute<Type, Style>", 8315 "code_kind": 264 8316 }, 8317 "import_path": [], 8318 "is_global": true 8319 }, 8320 { 8321 "file_path": "declarations/rect.d.ts", 8322 "api_info": { 8323 "line": 92, 8324 "problem": "ConstructorIface", 8325 "api_type": "ConstructSignature", 8326 "api_optional": false, 8327 "api_func_args": [ 8328 { 8329 "name": "value", 8330 "type": "{\n width?: number | string;\n height?: number | string;\n radius?: number | string | Array<any>;\n } | {\n width?: number | string;\n height?: number | string;\n radiusWidth?: number | string;\n radiusHeight?: number | string;\n }", 8331 "is_optional": true, 8332 "has_default": false 8333 } 8334 ], 8335 "parent_api": [ 8336 { 8337 "api_name": "RectInterface", 8338 "api_type": "InterfaceDeclaration" 8339 } 8340 ], 8341 "method_return_type": "RectAttribute", 8342 "code_kind": 180 8343 }, 8344 "import_path": [], 8345 "is_global": true 8346 }, 8347 { 8348 "file_path": "declarations/scroll.d.ts", 8349 "api_info": { 8350 "line": 1397, 8351 "problem": "LimitedVoidType", 8352 "api_name": "ScrollOnWillScrollCallback", 8353 "api_type": "TypeAliasDeclaration", 8354 "api_func_args": [ 8355 { 8356 "name": "xOffset", 8357 "type": "number", 8358 "is_optional": false 8359 }, 8360 { 8361 "name": "yOffset", 8362 "type": "number", 8363 "is_optional": false 8364 }, 8365 { 8366 "name": "scrollState", 8367 "type": "ScrollState", 8368 "is_optional": false 8369 }, 8370 { 8371 "name": "scrollSource", 8372 "type": "ScrollSource", 8373 "is_optional": false 8374 } 8375 ], 8376 "parent_api": [], 8377 "method_return_type": "void | OffsetResult", 8378 "code_kind": 268 8379 }, 8380 "import_path": [], 8381 "is_global": true 8382 }, 8383 { 8384 "file_path": "declarations/shape.d.ts", 8385 "api_info": { 8386 "line": 75, 8387 "problem": "ConstructorIface", 8388 "api_type": "ConstructSignature", 8389 "api_optional": false, 8390 "api_func_args": [ 8391 { 8392 "name": "value", 8393 "type": "PixelMap", 8394 "is_optional": true, 8395 "has_default": false 8396 } 8397 ], 8398 "parent_api": [ 8399 { 8400 "api_name": "ShapeInterface", 8401 "api_type": "InterfaceDeclaration" 8402 } 8403 ], 8404 "method_return_type": "ShapeAttribute", 8405 "code_kind": 180 8406 }, 8407 "import_path": [], 8408 "is_global": true 8409 }, 8410 { 8411 "file_path": "declarations/styled_string.d.ts", 8412 "api_info": { 8413 "line": 244, 8414 "problem": "DeclWithDuplicateName", 8415 "api_name": "TextStyle", 8416 "api_type": "ClassDeclaration", 8417 "api_func_args": [ 8418 { 8419 "name": "value", 8420 "type": "TextStyleInterface", 8421 "is_optional": true 8422 } 8423 ], 8424 "parent_api": [], 8425 "method_return_type": "TextStyle", 8426 "code_kind": 264 8427 }, 8428 "import_path": [], 8429 "is_global": true 8430 }, 8431 { 8432 "file_path": "declarations/text_common.d.ts", 8433 "api_info": { 8434 "line": 468, 8435 "problem": "OptionalMethod", 8436 "api_name": "getPreviewText", 8437 "api_type": "MethodSignature", 8438 "api_optional": true, 8439 "api_func_args": [], 8440 "parent_api": [ 8441 { 8442 "api_name": "TextEditControllerEx", 8443 "api_type": "InterfaceDeclaration" 8444 } 8445 ], 8446 "method_return_type": "PreviewText", 8447 "code_kind": 173 8448 }, 8449 "import_path": [], 8450 "is_global": true 8451 }, 8452 { 8453 "file_path": "declarations/text_input.d.ts", 8454 "api_info": { 8455 "line": 623, 8456 "problem": "DeclWithDuplicateName", 8457 "api_name": "SubmitEvent", 8458 "api_type": "InterfaceDeclaration", 8459 "parent_api": [], 8460 "code_kind": 267 8461 }, 8462 "import_path": [], 8463 "is_global": true 8464 } 8465 ] 8466}