@alloy-js/csharp 0.19.0-dev.2 → 0.19.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/components/ClassDeclaration.d.ts +0 -8
- package/dist/src/components/ClassDeclaration.d.ts.map +1 -1
- package/dist/src/components/ClassDeclaration.js +0 -43
- package/dist/src/components/constructor/constructor.d.ts +17 -0
- package/dist/src/components/constructor/constructor.d.ts.map +1 -0
- package/dist/src/components/constructor/constructor.js +47 -0
- package/dist/src/components/constructor/constructor.test.d.ts +2 -0
- package/dist/src/components/constructor/constructor.test.d.ts.map +1 -0
- package/dist/src/components/constructor/constructor.test.js +54 -0
- package/dist/src/components/index.d.ts +2 -1
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/components/index.js +2 -1
- package/dist/src/components/{ClassMethod.d.ts → method/method.d.ts} +8 -8
- package/dist/src/components/method/method.d.ts.map +1 -0
- package/dist/src/components/{ClassMethod.js → method/method.js} +12 -12
- package/dist/src/components/method/method.test.d.ts +2 -0
- package/dist/src/components/method/method.test.d.ts.map +1 -0
- package/dist/{test/class-method.test.js → src/components/method/method.test.js} +11 -11
- package/dist/src/components/stc/index.d.ts +2 -2
- package/dist/src/components/stc/index.d.ts.map +1 -1
- package/dist/src/components/stc/index.js +2 -2
- package/dist/src/components/struct/declaration.test.js +40 -0
- package/dist/test/class-declaration.test.js +6 -5
- package/dist/test/using.test.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/ClassDeclaration.tsx +0 -44
- package/src/components/constructor/constructor.test.tsx +41 -0
- package/src/components/constructor/constructor.tsx +67 -0
- package/src/components/index.ts +2 -1
- package/{test/class-method.test.tsx → src/components/method/method.test.tsx} +12 -17
- package/src/components/{ClassMethod.tsx → method/method.tsx} +21 -18
- package/src/components/stc/index.ts +2 -2
- package/src/components/struct/declaration.test.tsx +32 -0
- package/temp/api.json +1733 -1770
- package/test/class-declaration.test.tsx +8 -7
- package/test/using.test.tsx +1 -1
- package/dist/src/components/ClassMethod.d.ts.map +0 -1
- package/dist/test/class-method.test.d.ts +0 -2
- package/dist/test/class-method.test.d.ts.map +0 -1
package/temp/api.json
CHANGED
|
@@ -753,210 +753,6 @@
|
|
|
753
753
|
"endIndex": 7
|
|
754
754
|
}
|
|
755
755
|
},
|
|
756
|
-
{
|
|
757
|
-
"kind": "Function",
|
|
758
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructor:function(1)",
|
|
759
|
-
"docComment": "",
|
|
760
|
-
"excerptTokens": [
|
|
761
|
-
{
|
|
762
|
-
"kind": "Content",
|
|
763
|
-
"text": "export declare function ClassConstructor(props: "
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"kind": "Reference",
|
|
767
|
-
"text": "ClassConstructorProps",
|
|
768
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructorProps:interface"
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"kind": "Content",
|
|
772
|
-
"text": "): "
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"kind": "Reference",
|
|
776
|
-
"text": "core.Children",
|
|
777
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"kind": "Content",
|
|
781
|
-
"text": ";"
|
|
782
|
-
}
|
|
783
|
-
],
|
|
784
|
-
"fileUrlPath": "src/components/ClassDeclaration.tsx",
|
|
785
|
-
"returnTypeTokenRange": {
|
|
786
|
-
"startIndex": 3,
|
|
787
|
-
"endIndex": 4
|
|
788
|
-
},
|
|
789
|
-
"releaseTag": "Public",
|
|
790
|
-
"overloadIndex": 1,
|
|
791
|
-
"parameters": [
|
|
792
|
-
{
|
|
793
|
-
"parameterName": "props",
|
|
794
|
-
"parameterTypeTokenRange": {
|
|
795
|
-
"startIndex": 1,
|
|
796
|
-
"endIndex": 2
|
|
797
|
-
},
|
|
798
|
-
"isOptional": false
|
|
799
|
-
}
|
|
800
|
-
],
|
|
801
|
-
"name": "ClassConstructor"
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"kind": "Interface",
|
|
805
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructorProps:interface",
|
|
806
|
-
"docComment": "",
|
|
807
|
-
"excerptTokens": [
|
|
808
|
-
{
|
|
809
|
-
"kind": "Content",
|
|
810
|
-
"text": "export interface ClassConstructorProps extends "
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "Reference",
|
|
814
|
-
"text": "AccessModifiers",
|
|
815
|
-
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"kind": "Content",
|
|
819
|
-
"text": " "
|
|
820
|
-
}
|
|
821
|
-
],
|
|
822
|
-
"fileUrlPath": "src/components/ClassDeclaration.tsx",
|
|
823
|
-
"releaseTag": "Public",
|
|
824
|
-
"name": "ClassConstructorProps",
|
|
825
|
-
"preserveMemberOrder": false,
|
|
826
|
-
"members": [
|
|
827
|
-
{
|
|
828
|
-
"kind": "PropertySignature",
|
|
829
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructorProps#children:member",
|
|
830
|
-
"docComment": "",
|
|
831
|
-
"excerptTokens": [
|
|
832
|
-
{
|
|
833
|
-
"kind": "Content",
|
|
834
|
-
"text": "children?: "
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"kind": "Reference",
|
|
838
|
-
"text": "core.Children",
|
|
839
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"kind": "Content",
|
|
843
|
-
"text": ";"
|
|
844
|
-
}
|
|
845
|
-
],
|
|
846
|
-
"isReadonly": false,
|
|
847
|
-
"isOptional": true,
|
|
848
|
-
"releaseTag": "Public",
|
|
849
|
-
"name": "children",
|
|
850
|
-
"propertyTypeTokenRange": {
|
|
851
|
-
"startIndex": 1,
|
|
852
|
-
"endIndex": 2
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "PropertySignature",
|
|
857
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructorProps#parameters:member",
|
|
858
|
-
"docComment": "",
|
|
859
|
-
"excerptTokens": [
|
|
860
|
-
{
|
|
861
|
-
"kind": "Content",
|
|
862
|
-
"text": "parameters?: "
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"kind": "Reference",
|
|
866
|
-
"text": "Array",
|
|
867
|
-
"canonicalReference": "!Array:interface"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"kind": "Content",
|
|
871
|
-
"text": "<"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"kind": "Reference",
|
|
875
|
-
"text": "ParameterProps",
|
|
876
|
-
"canonicalReference": "@alloy-js/csharp!ParameterProps:interface"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "Content",
|
|
880
|
-
"text": ">"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"kind": "Content",
|
|
884
|
-
"text": ";"
|
|
885
|
-
}
|
|
886
|
-
],
|
|
887
|
-
"isReadonly": false,
|
|
888
|
-
"isOptional": true,
|
|
889
|
-
"releaseTag": "Public",
|
|
890
|
-
"name": "parameters",
|
|
891
|
-
"propertyTypeTokenRange": {
|
|
892
|
-
"startIndex": 1,
|
|
893
|
-
"endIndex": 5
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "PropertySignature",
|
|
898
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructorProps#refkey:member",
|
|
899
|
-
"docComment": "",
|
|
900
|
-
"excerptTokens": [
|
|
901
|
-
{
|
|
902
|
-
"kind": "Content",
|
|
903
|
-
"text": "refkey?: "
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"kind": "Reference",
|
|
907
|
-
"text": "core.Refkey",
|
|
908
|
-
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"kind": "Content",
|
|
912
|
-
"text": ";"
|
|
913
|
-
}
|
|
914
|
-
],
|
|
915
|
-
"isReadonly": false,
|
|
916
|
-
"isOptional": true,
|
|
917
|
-
"releaseTag": "Public",
|
|
918
|
-
"name": "refkey",
|
|
919
|
-
"propertyTypeTokenRange": {
|
|
920
|
-
"startIndex": 1,
|
|
921
|
-
"endIndex": 2
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"kind": "PropertySignature",
|
|
926
|
-
"canonicalReference": "@alloy-js/csharp!ClassConstructorProps#symbol:member",
|
|
927
|
-
"docComment": "",
|
|
928
|
-
"excerptTokens": [
|
|
929
|
-
{
|
|
930
|
-
"kind": "Content",
|
|
931
|
-
"text": "symbol?: "
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"kind": "Reference",
|
|
935
|
-
"text": "core.OutputSymbol",
|
|
936
|
-
"canonicalReference": "@alloy-js/core!OutputSymbol:class"
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"kind": "Content",
|
|
940
|
-
"text": ";"
|
|
941
|
-
}
|
|
942
|
-
],
|
|
943
|
-
"isReadonly": false,
|
|
944
|
-
"isOptional": true,
|
|
945
|
-
"releaseTag": "Public",
|
|
946
|
-
"name": "symbol",
|
|
947
|
-
"propertyTypeTokenRange": {
|
|
948
|
-
"startIndex": 1,
|
|
949
|
-
"endIndex": 2
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
],
|
|
953
|
-
"extendsTokenRanges": [
|
|
954
|
-
{
|
|
955
|
-
"startIndex": 1,
|
|
956
|
-
"endIndex": 2
|
|
957
|
-
}
|
|
958
|
-
]
|
|
959
|
-
},
|
|
960
756
|
{
|
|
961
757
|
"kind": "Function",
|
|
962
758
|
"canonicalReference": "@alloy-js/csharp!ClassDeclaration:function(1)",
|
|
@@ -1472,71 +1268,24 @@
|
|
|
1472
1268
|
}
|
|
1473
1269
|
]
|
|
1474
1270
|
},
|
|
1475
|
-
{
|
|
1476
|
-
"kind": "Function",
|
|
1477
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethod:function(1)",
|
|
1478
|
-
"docComment": "",
|
|
1479
|
-
"excerptTokens": [
|
|
1480
|
-
{
|
|
1481
|
-
"kind": "Content",
|
|
1482
|
-
"text": "export declare function ClassMethod(props: "
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"kind": "Reference",
|
|
1486
|
-
"text": "ClassMethodProps",
|
|
1487
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethodProps:interface"
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"kind": "Content",
|
|
1491
|
-
"text": "): "
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"kind": "Reference",
|
|
1495
|
-
"text": "Children",
|
|
1496
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "Content",
|
|
1500
|
-
"text": ";"
|
|
1501
|
-
}
|
|
1502
|
-
],
|
|
1503
|
-
"fileUrlPath": "src/components/ClassMethod.tsx",
|
|
1504
|
-
"returnTypeTokenRange": {
|
|
1505
|
-
"startIndex": 3,
|
|
1506
|
-
"endIndex": 4
|
|
1507
|
-
},
|
|
1508
|
-
"releaseTag": "Public",
|
|
1509
|
-
"overloadIndex": 1,
|
|
1510
|
-
"parameters": [
|
|
1511
|
-
{
|
|
1512
|
-
"parameterName": "props",
|
|
1513
|
-
"parameterTypeTokenRange": {
|
|
1514
|
-
"startIndex": 1,
|
|
1515
|
-
"endIndex": 2
|
|
1516
|
-
},
|
|
1517
|
-
"isOptional": false
|
|
1518
|
-
}
|
|
1519
|
-
],
|
|
1520
|
-
"name": "ClassMethod"
|
|
1521
|
-
},
|
|
1522
1271
|
{
|
|
1523
1272
|
"kind": "Interface",
|
|
1524
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1525
|
-
"docComment": "
|
|
1273
|
+
"canonicalReference": "@alloy-js/csharp!ClassModifiers:interface",
|
|
1274
|
+
"docComment": "",
|
|
1526
1275
|
"excerptTokens": [
|
|
1527
1276
|
{
|
|
1528
1277
|
"kind": "Content",
|
|
1529
|
-
"text": "export interface
|
|
1278
|
+
"text": "export interface ClassModifiers "
|
|
1530
1279
|
}
|
|
1531
1280
|
],
|
|
1532
|
-
"fileUrlPath": "src/components/
|
|
1281
|
+
"fileUrlPath": "src/components/ClassDeclaration.tsx",
|
|
1533
1282
|
"releaseTag": "Public",
|
|
1534
|
-
"name": "
|
|
1283
|
+
"name": "ClassModifiers",
|
|
1535
1284
|
"preserveMemberOrder": false,
|
|
1536
1285
|
"members": [
|
|
1537
1286
|
{
|
|
1538
1287
|
"kind": "PropertySignature",
|
|
1539
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1288
|
+
"canonicalReference": "@alloy-js/csharp!ClassModifiers#abstract:member",
|
|
1540
1289
|
"docComment": "",
|
|
1541
1290
|
"excerptTokens": [
|
|
1542
1291
|
{
|
|
@@ -1563,12 +1312,12 @@
|
|
|
1563
1312
|
},
|
|
1564
1313
|
{
|
|
1565
1314
|
"kind": "PropertySignature",
|
|
1566
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1315
|
+
"canonicalReference": "@alloy-js/csharp!ClassModifiers#partial:member",
|
|
1567
1316
|
"docComment": "",
|
|
1568
1317
|
"excerptTokens": [
|
|
1569
1318
|
{
|
|
1570
1319
|
"kind": "Content",
|
|
1571
|
-
"text": "readonly
|
|
1320
|
+
"text": "readonly partial?: "
|
|
1572
1321
|
},
|
|
1573
1322
|
{
|
|
1574
1323
|
"kind": "Content",
|
|
@@ -1582,7 +1331,7 @@
|
|
|
1582
1331
|
"isReadonly": true,
|
|
1583
1332
|
"isOptional": true,
|
|
1584
1333
|
"releaseTag": "Public",
|
|
1585
|
-
"name": "
|
|
1334
|
+
"name": "partial",
|
|
1586
1335
|
"propertyTypeTokenRange": {
|
|
1587
1336
|
"startIndex": 1,
|
|
1588
1337
|
"endIndex": 2
|
|
@@ -1590,12 +1339,12 @@
|
|
|
1590
1339
|
},
|
|
1591
1340
|
{
|
|
1592
1341
|
"kind": "PropertySignature",
|
|
1593
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1342
|
+
"canonicalReference": "@alloy-js/csharp!ClassModifiers#sealed:member",
|
|
1594
1343
|
"docComment": "",
|
|
1595
1344
|
"excerptTokens": [
|
|
1596
1345
|
{
|
|
1597
1346
|
"kind": "Content",
|
|
1598
|
-
"text": "readonly
|
|
1347
|
+
"text": "readonly sealed?: "
|
|
1599
1348
|
},
|
|
1600
1349
|
{
|
|
1601
1350
|
"kind": "Content",
|
|
@@ -1609,7 +1358,7 @@
|
|
|
1609
1358
|
"isReadonly": true,
|
|
1610
1359
|
"isOptional": true,
|
|
1611
1360
|
"releaseTag": "Public",
|
|
1612
|
-
"name": "
|
|
1361
|
+
"name": "sealed",
|
|
1613
1362
|
"propertyTypeTokenRange": {
|
|
1614
1363
|
"startIndex": 1,
|
|
1615
1364
|
"endIndex": 2
|
|
@@ -1617,12 +1366,12 @@
|
|
|
1617
1366
|
},
|
|
1618
1367
|
{
|
|
1619
1368
|
"kind": "PropertySignature",
|
|
1620
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1369
|
+
"canonicalReference": "@alloy-js/csharp!ClassModifiers#static:member",
|
|
1621
1370
|
"docComment": "",
|
|
1622
1371
|
"excerptTokens": [
|
|
1623
1372
|
{
|
|
1624
1373
|
"kind": "Content",
|
|
1625
|
-
"text": "readonly
|
|
1374
|
+
"text": "readonly static?: "
|
|
1626
1375
|
},
|
|
1627
1376
|
{
|
|
1628
1377
|
"kind": "Content",
|
|
@@ -1636,7 +1385,7 @@
|
|
|
1636
1385
|
"isReadonly": true,
|
|
1637
1386
|
"isOptional": true,
|
|
1638
1387
|
"releaseTag": "Public",
|
|
1639
|
-
"name": "
|
|
1388
|
+
"name": "static",
|
|
1640
1389
|
"propertyTypeTokenRange": {
|
|
1641
1390
|
"startIndex": 1,
|
|
1642
1391
|
"endIndex": 2
|
|
@@ -1646,50 +1395,139 @@
|
|
|
1646
1395
|
"extendsTokenRanges": []
|
|
1647
1396
|
},
|
|
1648
1397
|
{
|
|
1649
|
-
"kind": "
|
|
1650
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1651
|
-
"docComment": "",
|
|
1398
|
+
"kind": "Function",
|
|
1399
|
+
"canonicalReference": "@alloy-js/csharp!computeModifiersPrefix:function(1)",
|
|
1400
|
+
"docComment": "/**\n * Resolve the modifier prefix\n */\n",
|
|
1652
1401
|
"excerptTokens": [
|
|
1653
1402
|
{
|
|
1654
1403
|
"kind": "Content",
|
|
1655
|
-
"text": "export
|
|
1404
|
+
"text": "export declare function computeModifiersPrefix(modifiers: "
|
|
1656
1405
|
},
|
|
1657
1406
|
{
|
|
1658
1407
|
"kind": "Reference",
|
|
1659
|
-
"text": "
|
|
1660
|
-
"canonicalReference": "
|
|
1408
|
+
"text": "Array",
|
|
1409
|
+
"canonicalReference": "!Array:interface"
|
|
1661
1410
|
},
|
|
1662
1411
|
{
|
|
1663
1412
|
"kind": "Content",
|
|
1664
|
-
"text": "
|
|
1413
|
+
"text": "<string | undefined>"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "Content",
|
|
1417
|
+
"text": "): "
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "Content",
|
|
1421
|
+
"text": "string"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "Content",
|
|
1425
|
+
"text": ";"
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
"fileUrlPath": "src/modifiers.ts",
|
|
1429
|
+
"returnTypeTokenRange": {
|
|
1430
|
+
"startIndex": 4,
|
|
1431
|
+
"endIndex": 5
|
|
1432
|
+
},
|
|
1433
|
+
"releaseTag": "Public",
|
|
1434
|
+
"overloadIndex": 1,
|
|
1435
|
+
"parameters": [
|
|
1436
|
+
{
|
|
1437
|
+
"parameterName": "modifiers",
|
|
1438
|
+
"parameterTypeTokenRange": {
|
|
1439
|
+
"startIndex": 1,
|
|
1440
|
+
"endIndex": 3
|
|
1441
|
+
},
|
|
1442
|
+
"isOptional": false
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
1445
|
+
"name": "computeModifiersPrefix"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "Function",
|
|
1449
|
+
"canonicalReference": "@alloy-js/csharp!Constructor:function(1)",
|
|
1450
|
+
"docComment": "",
|
|
1451
|
+
"excerptTokens": [
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "Content",
|
|
1454
|
+
"text": "export declare function Constructor(props: "
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "Reference",
|
|
1458
|
+
"text": "ConstructorProps",
|
|
1459
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps:interface"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "Content",
|
|
1463
|
+
"text": "): "
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"kind": "Reference",
|
|
1467
|
+
"text": "Children",
|
|
1468
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"kind": "Content",
|
|
1472
|
+
"text": ";"
|
|
1473
|
+
}
|
|
1474
|
+
],
|
|
1475
|
+
"fileUrlPath": "src/components/constructor/constructor.tsx",
|
|
1476
|
+
"returnTypeTokenRange": {
|
|
1477
|
+
"startIndex": 3,
|
|
1478
|
+
"endIndex": 4
|
|
1479
|
+
},
|
|
1480
|
+
"releaseTag": "Public",
|
|
1481
|
+
"overloadIndex": 1,
|
|
1482
|
+
"parameters": [
|
|
1483
|
+
{
|
|
1484
|
+
"parameterName": "props",
|
|
1485
|
+
"parameterTypeTokenRange": {
|
|
1486
|
+
"startIndex": 1,
|
|
1487
|
+
"endIndex": 2
|
|
1488
|
+
},
|
|
1489
|
+
"isOptional": false
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"name": "Constructor"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"kind": "Interface",
|
|
1496
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps:interface",
|
|
1497
|
+
"docComment": "/**\n * Properties for {@link Constructor} component.\n */\n",
|
|
1498
|
+
"excerptTokens": [
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "Content",
|
|
1501
|
+
"text": "export interface ConstructorProps extends "
|
|
1665
1502
|
},
|
|
1666
1503
|
{
|
|
1667
1504
|
"kind": "Reference",
|
|
1668
|
-
"text": "
|
|
1669
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1505
|
+
"text": "AccessModifiers",
|
|
1506
|
+
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
1670
1507
|
},
|
|
1671
1508
|
{
|
|
1672
1509
|
"kind": "Content",
|
|
1673
1510
|
"text": " "
|
|
1674
1511
|
}
|
|
1675
1512
|
],
|
|
1676
|
-
"fileUrlPath": "src/components/
|
|
1513
|
+
"fileUrlPath": "src/components/constructor/constructor.tsx",
|
|
1677
1514
|
"releaseTag": "Public",
|
|
1678
|
-
"name": "
|
|
1515
|
+
"name": "ConstructorProps",
|
|
1679
1516
|
"preserveMemberOrder": false,
|
|
1680
1517
|
"members": [
|
|
1681
1518
|
{
|
|
1682
1519
|
"kind": "PropertySignature",
|
|
1683
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1684
|
-
"docComment": "/**\n *
|
|
1520
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps#children:member",
|
|
1521
|
+
"docComment": "/**\n * Constructor body\n */\n",
|
|
1685
1522
|
"excerptTokens": [
|
|
1686
1523
|
{
|
|
1687
1524
|
"kind": "Content",
|
|
1688
|
-
"text": "
|
|
1525
|
+
"text": "children?: "
|
|
1689
1526
|
},
|
|
1690
1527
|
{
|
|
1691
|
-
"kind": "
|
|
1692
|
-
"text": "
|
|
1528
|
+
"kind": "Reference",
|
|
1529
|
+
"text": "Children",
|
|
1530
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
1693
1531
|
},
|
|
1694
1532
|
{
|
|
1695
1533
|
"kind": "Content",
|
|
@@ -1699,7 +1537,7 @@
|
|
|
1699
1537
|
"isReadonly": false,
|
|
1700
1538
|
"isOptional": true,
|
|
1701
1539
|
"releaseTag": "Public",
|
|
1702
|
-
"name": "
|
|
1540
|
+
"name": "children",
|
|
1703
1541
|
"propertyTypeTokenRange": {
|
|
1704
1542
|
"startIndex": 1,
|
|
1705
1543
|
"endIndex": 2
|
|
@@ -1707,17 +1545,21 @@
|
|
|
1707
1545
|
},
|
|
1708
1546
|
{
|
|
1709
1547
|
"kind": "PropertySignature",
|
|
1710
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1711
|
-
"docComment": "/**\n *
|
|
1548
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps#parameters:member",
|
|
1549
|
+
"docComment": "/**\n * Constructor parameters\n */\n",
|
|
1712
1550
|
"excerptTokens": [
|
|
1713
1551
|
{
|
|
1714
1552
|
"kind": "Content",
|
|
1715
|
-
"text": "
|
|
1553
|
+
"text": "parameters?: "
|
|
1716
1554
|
},
|
|
1717
1555
|
{
|
|
1718
1556
|
"kind": "Reference",
|
|
1719
|
-
"text": "
|
|
1720
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1557
|
+
"text": "ParameterProps",
|
|
1558
|
+
"canonicalReference": "@alloy-js/csharp!ParameterProps:interface"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"kind": "Content",
|
|
1562
|
+
"text": "[]"
|
|
1721
1563
|
},
|
|
1722
1564
|
{
|
|
1723
1565
|
"kind": "Content",
|
|
@@ -1727,25 +1569,25 @@
|
|
|
1727
1569
|
"isReadonly": false,
|
|
1728
1570
|
"isOptional": true,
|
|
1729
1571
|
"releaseTag": "Public",
|
|
1730
|
-
"name": "
|
|
1572
|
+
"name": "parameters",
|
|
1731
1573
|
"propertyTypeTokenRange": {
|
|
1732
1574
|
"startIndex": 1,
|
|
1733
|
-
"endIndex":
|
|
1575
|
+
"endIndex": 3
|
|
1734
1576
|
}
|
|
1735
1577
|
},
|
|
1736
1578
|
{
|
|
1737
1579
|
"kind": "PropertySignature",
|
|
1738
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1739
|
-
"docComment": "",
|
|
1580
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps#refkey:member",
|
|
1581
|
+
"docComment": "/**\n * Refkey\n */\n",
|
|
1740
1582
|
"excerptTokens": [
|
|
1741
1583
|
{
|
|
1742
1584
|
"kind": "Content",
|
|
1743
|
-
"text": "
|
|
1585
|
+
"text": "refkey?: "
|
|
1744
1586
|
},
|
|
1745
1587
|
{
|
|
1746
1588
|
"kind": "Reference",
|
|
1747
|
-
"text": "
|
|
1748
|
-
"canonicalReference": "@alloy-js/core!
|
|
1589
|
+
"text": "Refkey",
|
|
1590
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
1749
1591
|
},
|
|
1750
1592
|
{
|
|
1751
1593
|
"kind": "Content",
|
|
@@ -1755,546 +1597,151 @@
|
|
|
1755
1597
|
"isReadonly": false,
|
|
1756
1598
|
"isOptional": true,
|
|
1757
1599
|
"releaseTag": "Public",
|
|
1758
|
-
"name": "
|
|
1600
|
+
"name": "refkey",
|
|
1759
1601
|
"propertyTypeTokenRange": {
|
|
1760
1602
|
"startIndex": 1,
|
|
1761
1603
|
"endIndex": 2
|
|
1762
1604
|
}
|
|
1605
|
+
}
|
|
1606
|
+
],
|
|
1607
|
+
"extendsTokenRanges": [
|
|
1608
|
+
{
|
|
1609
|
+
"startIndex": 1,
|
|
1610
|
+
"endIndex": 2
|
|
1611
|
+
}
|
|
1612
|
+
]
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "Function",
|
|
1616
|
+
"canonicalReference": "@alloy-js/csharp!createCSharpNamePolicy:function(1)",
|
|
1617
|
+
"docComment": "",
|
|
1618
|
+
"excerptTokens": [
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "Content",
|
|
1621
|
+
"text": "export declare function createCSharpNamePolicy(): "
|
|
1763
1622
|
},
|
|
1764
1623
|
{
|
|
1765
|
-
"kind": "
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
1624
|
+
"kind": "Reference",
|
|
1625
|
+
"text": "core.NamePolicy",
|
|
1626
|
+
"canonicalReference": "@alloy-js/core!NamePolicy:interface"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "Content",
|
|
1630
|
+
"text": "<"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "Reference",
|
|
1634
|
+
"text": "CSharpElements",
|
|
1635
|
+
"canonicalReference": "@alloy-js/csharp!CSharpElements:type"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "Content",
|
|
1639
|
+
"text": ">"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "Content",
|
|
1643
|
+
"text": ";"
|
|
1644
|
+
}
|
|
1645
|
+
],
|
|
1646
|
+
"fileUrlPath": "src/name-policy.ts",
|
|
1647
|
+
"returnTypeTokenRange": {
|
|
1648
|
+
"startIndex": 1,
|
|
1649
|
+
"endIndex": 5
|
|
1650
|
+
},
|
|
1651
|
+
"releaseTag": "Public",
|
|
1652
|
+
"overloadIndex": 1,
|
|
1653
|
+
"parameters": [],
|
|
1654
|
+
"name": "createCSharpNamePolicy"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "TypeAlias",
|
|
1658
|
+
"canonicalReference": "@alloy-js/csharp!CSharpElements:type",
|
|
1659
|
+
"docComment": "",
|
|
1660
|
+
"excerptTokens": [
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "Content",
|
|
1663
|
+
"text": "export type CSharpElements = "
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "Content",
|
|
1667
|
+
"text": "\"class\" | \"constant\" | \"variable\" | \"struct\" | \"enum\" | \"enum-member\" | \"function\" | \"interface\" | \"record\" | \"class-member-private\" | \"class-member-public\" | \"class-method\" | \"class-property\" | \"parameter\" | \"type-parameter\""
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "Content",
|
|
1671
|
+
"text": ";"
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"fileUrlPath": "src/name-policy.ts",
|
|
1675
|
+
"releaseTag": "Public",
|
|
1676
|
+
"name": "CSharpElements",
|
|
1677
|
+
"typeTokenRange": {
|
|
1678
|
+
"startIndex": 1,
|
|
1679
|
+
"endIndex": 2
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "Class",
|
|
1684
|
+
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:class",
|
|
1685
|
+
"docComment": "",
|
|
1686
|
+
"excerptTokens": [
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "Content",
|
|
1689
|
+
"text": "export declare class CSharpMemberScope extends "
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "Reference",
|
|
1693
|
+
"text": "core.OutputScope",
|
|
1694
|
+
"canonicalReference": "@alloy-js/core!OutputScope:class"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "Content",
|
|
1698
|
+
"text": " "
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"fileUrlPath": "src/symbols/scopes.ts",
|
|
1702
|
+
"releaseTag": "Public",
|
|
1703
|
+
"isAbstract": false,
|
|
1704
|
+
"name": "CSharpMemberScope",
|
|
1705
|
+
"preserveMemberOrder": false,
|
|
1706
|
+
"members": [
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "Property",
|
|
1709
|
+
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#kind:member",
|
|
1710
|
+
"docComment": "",
|
|
1768
1711
|
"excerptTokens": [
|
|
1769
1712
|
{
|
|
1770
1713
|
"kind": "Content",
|
|
1771
|
-
"text": "
|
|
1714
|
+
"text": "get kind(): "
|
|
1772
1715
|
},
|
|
1773
1716
|
{
|
|
1774
|
-
"kind": "
|
|
1775
|
-
"text": "
|
|
1776
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
1717
|
+
"kind": "Content",
|
|
1718
|
+
"text": "string"
|
|
1777
1719
|
},
|
|
1778
1720
|
{
|
|
1779
1721
|
"kind": "Content",
|
|
1780
1722
|
"text": ";"
|
|
1781
1723
|
}
|
|
1782
1724
|
],
|
|
1783
|
-
"isReadonly":
|
|
1784
|
-
"isOptional":
|
|
1725
|
+
"isReadonly": true,
|
|
1726
|
+
"isOptional": false,
|
|
1785
1727
|
"releaseTag": "Public",
|
|
1786
|
-
"name": "
|
|
1728
|
+
"name": "kind",
|
|
1787
1729
|
"propertyTypeTokenRange": {
|
|
1788
1730
|
"startIndex": 1,
|
|
1789
1731
|
"endIndex": 2
|
|
1790
|
-
}
|
|
1732
|
+
},
|
|
1733
|
+
"isStatic": false,
|
|
1734
|
+
"isProtected": false,
|
|
1735
|
+
"isAbstract": false
|
|
1791
1736
|
},
|
|
1792
1737
|
{
|
|
1793
|
-
"kind": "
|
|
1794
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
1795
|
-
"docComment": "
|
|
1738
|
+
"kind": "Property",
|
|
1739
|
+
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#name:member",
|
|
1740
|
+
"docComment": "",
|
|
1796
1741
|
"excerptTokens": [
|
|
1797
1742
|
{
|
|
1798
1743
|
"kind": "Content",
|
|
1799
|
-
"text": "
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"kind": "Content",
|
|
1803
|
-
"text": "boolean"
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"kind": "Content",
|
|
1807
|
-
"text": ";"
|
|
1808
|
-
}
|
|
1809
|
-
],
|
|
1810
|
-
"isReadonly": false,
|
|
1811
|
-
"isOptional": true,
|
|
1812
|
-
"releaseTag": "Public",
|
|
1813
|
-
"name": "expression",
|
|
1814
|
-
"propertyTypeTokenRange": {
|
|
1815
|
-
"startIndex": 1,
|
|
1816
|
-
"endIndex": 2
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"kind": "PropertySignature",
|
|
1821
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethodProps#name:member",
|
|
1822
|
-
"docComment": "",
|
|
1823
|
-
"excerptTokens": [
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "Content",
|
|
1826
|
-
"text": "name: "
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"kind": "Content",
|
|
1830
|
-
"text": "string"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "Content",
|
|
1834
|
-
"text": ";"
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1837
|
-
"isReadonly": false,
|
|
1838
|
-
"isOptional": false,
|
|
1839
|
-
"releaseTag": "Public",
|
|
1840
|
-
"name": "name",
|
|
1841
|
-
"propertyTypeTokenRange": {
|
|
1842
|
-
"startIndex": 1,
|
|
1843
|
-
"endIndex": 2
|
|
1844
|
-
}
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"kind": "PropertySignature",
|
|
1848
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethodProps#parameters:member",
|
|
1849
|
-
"docComment": "",
|
|
1850
|
-
"excerptTokens": [
|
|
1851
|
-
{
|
|
1852
|
-
"kind": "Content",
|
|
1853
|
-
"text": "parameters?: "
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "Reference",
|
|
1857
|
-
"text": "Array",
|
|
1858
|
-
"canonicalReference": "!Array:interface"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"kind": "Content",
|
|
1862
|
-
"text": "<"
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"kind": "Reference",
|
|
1866
|
-
"text": "ParameterProps",
|
|
1867
|
-
"canonicalReference": "@alloy-js/csharp!ParameterProps:interface"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"kind": "Content",
|
|
1871
|
-
"text": ">"
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"kind": "Content",
|
|
1875
|
-
"text": ";"
|
|
1876
|
-
}
|
|
1877
|
-
],
|
|
1878
|
-
"isReadonly": false,
|
|
1879
|
-
"isOptional": true,
|
|
1880
|
-
"releaseTag": "Public",
|
|
1881
|
-
"name": "parameters",
|
|
1882
|
-
"propertyTypeTokenRange": {
|
|
1883
|
-
"startIndex": 1,
|
|
1884
|
-
"endIndex": 5
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "PropertySignature",
|
|
1889
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethodProps#refkey:member",
|
|
1890
|
-
"docComment": "",
|
|
1891
|
-
"excerptTokens": [
|
|
1892
|
-
{
|
|
1893
|
-
"kind": "Content",
|
|
1894
|
-
"text": "refkey?: "
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"kind": "Reference",
|
|
1898
|
-
"text": "Refkey",
|
|
1899
|
-
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "Content",
|
|
1903
|
-
"text": ";"
|
|
1904
|
-
}
|
|
1905
|
-
],
|
|
1906
|
-
"isReadonly": false,
|
|
1907
|
-
"isOptional": true,
|
|
1908
|
-
"releaseTag": "Public",
|
|
1909
|
-
"name": "refkey",
|
|
1910
|
-
"propertyTypeTokenRange": {
|
|
1911
|
-
"startIndex": 1,
|
|
1912
|
-
"endIndex": 2
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"kind": "PropertySignature",
|
|
1917
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethodProps#returns:member",
|
|
1918
|
-
"docComment": "",
|
|
1919
|
-
"excerptTokens": [
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "Content",
|
|
1922
|
-
"text": "returns?: "
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "Reference",
|
|
1926
|
-
"text": "Children",
|
|
1927
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "Content",
|
|
1931
|
-
"text": ";"
|
|
1932
|
-
}
|
|
1933
|
-
],
|
|
1934
|
-
"isReadonly": false,
|
|
1935
|
-
"isOptional": true,
|
|
1936
|
-
"releaseTag": "Public",
|
|
1937
|
-
"name": "returns",
|
|
1938
|
-
"propertyTypeTokenRange": {
|
|
1939
|
-
"startIndex": 1,
|
|
1940
|
-
"endIndex": 2
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "PropertySignature",
|
|
1945
|
-
"canonicalReference": "@alloy-js/csharp!ClassMethodProps#typeParameters:member",
|
|
1946
|
-
"docComment": "/**\n * Type parameters for the method\n *\n * @example\n * ```tsx\n * <InterfaceMethod name=\"Test\" typeParameters={[\"T\"]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * public void Test<T>()\n * ```\n *\n */\n",
|
|
1947
|
-
"excerptTokens": [
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "Content",
|
|
1950
|
-
"text": "typeParameters?: "
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "Content",
|
|
1954
|
-
"text": "("
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"kind": "Reference",
|
|
1958
|
-
"text": "TypeParameterProps",
|
|
1959
|
-
"canonicalReference": "@alloy-js/csharp!TypeParameterProps:interface"
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "Content",
|
|
1963
|
-
"text": " | string)[]"
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "Content",
|
|
1967
|
-
"text": ";"
|
|
1968
|
-
}
|
|
1969
|
-
],
|
|
1970
|
-
"isReadonly": false,
|
|
1971
|
-
"isOptional": true,
|
|
1972
|
-
"releaseTag": "Public",
|
|
1973
|
-
"name": "typeParameters",
|
|
1974
|
-
"propertyTypeTokenRange": {
|
|
1975
|
-
"startIndex": 1,
|
|
1976
|
-
"endIndex": 4
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
|
-
"extendsTokenRanges": [
|
|
1981
|
-
{
|
|
1982
|
-
"startIndex": 1,
|
|
1983
|
-
"endIndex": 2
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"startIndex": 3,
|
|
1987
|
-
"endIndex": 4
|
|
1988
|
-
}
|
|
1989
|
-
]
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "Interface",
|
|
1993
|
-
"canonicalReference": "@alloy-js/csharp!ClassModifiers:interface",
|
|
1994
|
-
"docComment": "",
|
|
1995
|
-
"excerptTokens": [
|
|
1996
|
-
{
|
|
1997
|
-
"kind": "Content",
|
|
1998
|
-
"text": "export interface ClassModifiers "
|
|
1999
|
-
}
|
|
2000
|
-
],
|
|
2001
|
-
"fileUrlPath": "src/components/ClassDeclaration.tsx",
|
|
2002
|
-
"releaseTag": "Public",
|
|
2003
|
-
"name": "ClassModifiers",
|
|
2004
|
-
"preserveMemberOrder": false,
|
|
2005
|
-
"members": [
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "PropertySignature",
|
|
2008
|
-
"canonicalReference": "@alloy-js/csharp!ClassModifiers#abstract:member",
|
|
2009
|
-
"docComment": "",
|
|
2010
|
-
"excerptTokens": [
|
|
2011
|
-
{
|
|
2012
|
-
"kind": "Content",
|
|
2013
|
-
"text": "readonly abstract?: "
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"kind": "Content",
|
|
2017
|
-
"text": "boolean"
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"kind": "Content",
|
|
2021
|
-
"text": ";"
|
|
2022
|
-
}
|
|
2023
|
-
],
|
|
2024
|
-
"isReadonly": true,
|
|
2025
|
-
"isOptional": true,
|
|
2026
|
-
"releaseTag": "Public",
|
|
2027
|
-
"name": "abstract",
|
|
2028
|
-
"propertyTypeTokenRange": {
|
|
2029
|
-
"startIndex": 1,
|
|
2030
|
-
"endIndex": 2
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"kind": "PropertySignature",
|
|
2035
|
-
"canonicalReference": "@alloy-js/csharp!ClassModifiers#partial:member",
|
|
2036
|
-
"docComment": "",
|
|
2037
|
-
"excerptTokens": [
|
|
2038
|
-
{
|
|
2039
|
-
"kind": "Content",
|
|
2040
|
-
"text": "readonly partial?: "
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"kind": "Content",
|
|
2044
|
-
"text": "boolean"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"kind": "Content",
|
|
2048
|
-
"text": ";"
|
|
2049
|
-
}
|
|
2050
|
-
],
|
|
2051
|
-
"isReadonly": true,
|
|
2052
|
-
"isOptional": true,
|
|
2053
|
-
"releaseTag": "Public",
|
|
2054
|
-
"name": "partial",
|
|
2055
|
-
"propertyTypeTokenRange": {
|
|
2056
|
-
"startIndex": 1,
|
|
2057
|
-
"endIndex": 2
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "PropertySignature",
|
|
2062
|
-
"canonicalReference": "@alloy-js/csharp!ClassModifiers#sealed:member",
|
|
2063
|
-
"docComment": "",
|
|
2064
|
-
"excerptTokens": [
|
|
2065
|
-
{
|
|
2066
|
-
"kind": "Content",
|
|
2067
|
-
"text": "readonly sealed?: "
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "Content",
|
|
2071
|
-
"text": "boolean"
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"kind": "Content",
|
|
2075
|
-
"text": ";"
|
|
2076
|
-
}
|
|
2077
|
-
],
|
|
2078
|
-
"isReadonly": true,
|
|
2079
|
-
"isOptional": true,
|
|
2080
|
-
"releaseTag": "Public",
|
|
2081
|
-
"name": "sealed",
|
|
2082
|
-
"propertyTypeTokenRange": {
|
|
2083
|
-
"startIndex": 1,
|
|
2084
|
-
"endIndex": 2
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"kind": "PropertySignature",
|
|
2089
|
-
"canonicalReference": "@alloy-js/csharp!ClassModifiers#static:member",
|
|
2090
|
-
"docComment": "",
|
|
2091
|
-
"excerptTokens": [
|
|
2092
|
-
{
|
|
2093
|
-
"kind": "Content",
|
|
2094
|
-
"text": "readonly static?: "
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"kind": "Content",
|
|
2098
|
-
"text": "boolean"
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"kind": "Content",
|
|
2102
|
-
"text": ";"
|
|
2103
|
-
}
|
|
2104
|
-
],
|
|
2105
|
-
"isReadonly": true,
|
|
2106
|
-
"isOptional": true,
|
|
2107
|
-
"releaseTag": "Public",
|
|
2108
|
-
"name": "static",
|
|
2109
|
-
"propertyTypeTokenRange": {
|
|
2110
|
-
"startIndex": 1,
|
|
2111
|
-
"endIndex": 2
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
],
|
|
2115
|
-
"extendsTokenRanges": []
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"kind": "Function",
|
|
2119
|
-
"canonicalReference": "@alloy-js/csharp!computeModifiersPrefix:function(1)",
|
|
2120
|
-
"docComment": "/**\n * Resolve the modifier prefix\n */\n",
|
|
2121
|
-
"excerptTokens": [
|
|
2122
|
-
{
|
|
2123
|
-
"kind": "Content",
|
|
2124
|
-
"text": "export declare function computeModifiersPrefix(modifiers: "
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "Reference",
|
|
2128
|
-
"text": "Array",
|
|
2129
|
-
"canonicalReference": "!Array:interface"
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"kind": "Content",
|
|
2133
|
-
"text": "<string | undefined>"
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"kind": "Content",
|
|
2137
|
-
"text": "): "
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"kind": "Content",
|
|
2141
|
-
"text": "string"
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"kind": "Content",
|
|
2145
|
-
"text": ";"
|
|
2146
|
-
}
|
|
2147
|
-
],
|
|
2148
|
-
"fileUrlPath": "src/modifiers.ts",
|
|
2149
|
-
"returnTypeTokenRange": {
|
|
2150
|
-
"startIndex": 4,
|
|
2151
|
-
"endIndex": 5
|
|
2152
|
-
},
|
|
2153
|
-
"releaseTag": "Public",
|
|
2154
|
-
"overloadIndex": 1,
|
|
2155
|
-
"parameters": [
|
|
2156
|
-
{
|
|
2157
|
-
"parameterName": "modifiers",
|
|
2158
|
-
"parameterTypeTokenRange": {
|
|
2159
|
-
"startIndex": 1,
|
|
2160
|
-
"endIndex": 3
|
|
2161
|
-
},
|
|
2162
|
-
"isOptional": false
|
|
2163
|
-
}
|
|
2164
|
-
],
|
|
2165
|
-
"name": "computeModifiersPrefix"
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"kind": "Function",
|
|
2169
|
-
"canonicalReference": "@alloy-js/csharp!createCSharpNamePolicy:function(1)",
|
|
2170
|
-
"docComment": "",
|
|
2171
|
-
"excerptTokens": [
|
|
2172
|
-
{
|
|
2173
|
-
"kind": "Content",
|
|
2174
|
-
"text": "export declare function createCSharpNamePolicy(): "
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"kind": "Reference",
|
|
2178
|
-
"text": "core.NamePolicy",
|
|
2179
|
-
"canonicalReference": "@alloy-js/core!NamePolicy:interface"
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "Content",
|
|
2183
|
-
"text": "<"
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"kind": "Reference",
|
|
2187
|
-
"text": "CSharpElements",
|
|
2188
|
-
"canonicalReference": "@alloy-js/csharp!CSharpElements:type"
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"kind": "Content",
|
|
2192
|
-
"text": ">"
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"kind": "Content",
|
|
2196
|
-
"text": ";"
|
|
2197
|
-
}
|
|
2198
|
-
],
|
|
2199
|
-
"fileUrlPath": "src/name-policy.ts",
|
|
2200
|
-
"returnTypeTokenRange": {
|
|
2201
|
-
"startIndex": 1,
|
|
2202
|
-
"endIndex": 5
|
|
2203
|
-
},
|
|
2204
|
-
"releaseTag": "Public",
|
|
2205
|
-
"overloadIndex": 1,
|
|
2206
|
-
"parameters": [],
|
|
2207
|
-
"name": "createCSharpNamePolicy"
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"kind": "TypeAlias",
|
|
2211
|
-
"canonicalReference": "@alloy-js/csharp!CSharpElements:type",
|
|
2212
|
-
"docComment": "",
|
|
2213
|
-
"excerptTokens": [
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "Content",
|
|
2216
|
-
"text": "export type CSharpElements = "
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"kind": "Content",
|
|
2220
|
-
"text": "\"class\" | \"constant\" | \"variable\" | \"struct\" | \"enum\" | \"enum-member\" | \"function\" | \"interface\" | \"record\" | \"class-member-private\" | \"class-member-public\" | \"class-method\" | \"class-property\" | \"parameter\" | \"type-parameter\""
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"kind": "Content",
|
|
2224
|
-
"text": ";"
|
|
2225
|
-
}
|
|
2226
|
-
],
|
|
2227
|
-
"fileUrlPath": "src/name-policy.ts",
|
|
2228
|
-
"releaseTag": "Public",
|
|
2229
|
-
"name": "CSharpElements",
|
|
2230
|
-
"typeTokenRange": {
|
|
2231
|
-
"startIndex": 1,
|
|
2232
|
-
"endIndex": 2
|
|
2233
|
-
}
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"kind": "Class",
|
|
2237
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:class",
|
|
2238
|
-
"docComment": "",
|
|
2239
|
-
"excerptTokens": [
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "Content",
|
|
2242
|
-
"text": "export declare class CSharpMemberScope extends "
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "Reference",
|
|
2246
|
-
"text": "core.OutputScope",
|
|
2247
|
-
"canonicalReference": "@alloy-js/core!OutputScope:class"
|
|
2248
|
-
},
|
|
2249
|
-
{
|
|
2250
|
-
"kind": "Content",
|
|
2251
|
-
"text": " "
|
|
2252
|
-
}
|
|
2253
|
-
],
|
|
2254
|
-
"fileUrlPath": "src/symbols/scopes.ts",
|
|
2255
|
-
"releaseTag": "Public",
|
|
2256
|
-
"isAbstract": false,
|
|
2257
|
-
"name": "CSharpMemberScope",
|
|
2258
|
-
"preserveMemberOrder": false,
|
|
2259
|
-
"members": [
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "Property",
|
|
2262
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#kind:member",
|
|
2263
|
-
"docComment": "",
|
|
2264
|
-
"excerptTokens": [
|
|
2265
|
-
{
|
|
2266
|
-
"kind": "Content",
|
|
2267
|
-
"text": "get kind(): "
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"kind": "Content",
|
|
2271
|
-
"text": "string"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"kind": "Content",
|
|
2275
|
-
"text": ";"
|
|
2276
|
-
}
|
|
2277
|
-
],
|
|
2278
|
-
"isReadonly": true,
|
|
2279
|
-
"isOptional": false,
|
|
2280
|
-
"releaseTag": "Public",
|
|
2281
|
-
"name": "kind",
|
|
2282
|
-
"propertyTypeTokenRange": {
|
|
2283
|
-
"startIndex": 1,
|
|
2284
|
-
"endIndex": 2
|
|
2285
|
-
},
|
|
2286
|
-
"isStatic": false,
|
|
2287
|
-
"isProtected": false,
|
|
2288
|
-
"isAbstract": false
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
"kind": "Property",
|
|
2292
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#name:member",
|
|
2293
|
-
"docComment": "",
|
|
2294
|
-
"excerptTokens": [
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "Content",
|
|
2297
|
-
"text": "get name(): "
|
|
1744
|
+
"text": "get name(): "
|
|
2298
1745
|
},
|
|
2299
1746
|
{
|
|
2300
1747
|
"kind": "Reference",
|
|
@@ -3653,43 +3100,129 @@
|
|
|
3653
3100
|
"preserveMemberOrder": false,
|
|
3654
3101
|
"members": [
|
|
3655
3102
|
{
|
|
3656
|
-
"kind": "PropertySignature",
|
|
3657
|
-
"canonicalReference": "@alloy-js/csharp!DocParamRefProps#name:member",
|
|
3658
|
-
"docComment": "",
|
|
3659
|
-
"excerptTokens": [
|
|
3660
|
-
{
|
|
3661
|
-
"kind": "Content",
|
|
3662
|
-
"text": "name: "
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "Content",
|
|
3666
|
-
"text": "string"
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "Content",
|
|
3670
|
-
"text": ";"
|
|
3671
|
-
}
|
|
3672
|
-
],
|
|
3673
|
-
"isReadonly": false,
|
|
3674
|
-
"isOptional": false,
|
|
3675
|
-
"releaseTag": "Public",
|
|
3676
|
-
"name": "name",
|
|
3677
|
-
"propertyTypeTokenRange": {
|
|
3103
|
+
"kind": "PropertySignature",
|
|
3104
|
+
"canonicalReference": "@alloy-js/csharp!DocParamRefProps#name:member",
|
|
3105
|
+
"docComment": "",
|
|
3106
|
+
"excerptTokens": [
|
|
3107
|
+
{
|
|
3108
|
+
"kind": "Content",
|
|
3109
|
+
"text": "name: "
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"kind": "Content",
|
|
3113
|
+
"text": "string"
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "Content",
|
|
3117
|
+
"text": ";"
|
|
3118
|
+
}
|
|
3119
|
+
],
|
|
3120
|
+
"isReadonly": false,
|
|
3121
|
+
"isOptional": false,
|
|
3122
|
+
"releaseTag": "Public",
|
|
3123
|
+
"name": "name",
|
|
3124
|
+
"propertyTypeTokenRange": {
|
|
3125
|
+
"startIndex": 1,
|
|
3126
|
+
"endIndex": 2
|
|
3127
|
+
}
|
|
3128
|
+
}
|
|
3129
|
+
],
|
|
3130
|
+
"extendsTokenRanges": []
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"kind": "Function",
|
|
3134
|
+
"canonicalReference": "@alloy-js/csharp!DocPermission:function(1)",
|
|
3135
|
+
"docComment": "",
|
|
3136
|
+
"excerptTokens": [
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "Content",
|
|
3139
|
+
"text": "DocPermission: (props: "
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"kind": "Reference",
|
|
3143
|
+
"text": "DocCommentProps",
|
|
3144
|
+
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"kind": "Content",
|
|
3148
|
+
"text": ") => "
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"kind": "Reference",
|
|
3152
|
+
"text": "Children",
|
|
3153
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3154
|
+
}
|
|
3155
|
+
],
|
|
3156
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3157
|
+
"returnTypeTokenRange": {
|
|
3158
|
+
"startIndex": 3,
|
|
3159
|
+
"endIndex": 4
|
|
3160
|
+
},
|
|
3161
|
+
"releaseTag": "Public",
|
|
3162
|
+
"overloadIndex": 1,
|
|
3163
|
+
"parameters": [
|
|
3164
|
+
{
|
|
3165
|
+
"parameterName": "props",
|
|
3166
|
+
"parameterTypeTokenRange": {
|
|
3167
|
+
"startIndex": 1,
|
|
3168
|
+
"endIndex": 2
|
|
3169
|
+
},
|
|
3170
|
+
"isOptional": false
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"name": "DocPermission"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"kind": "Function",
|
|
3177
|
+
"canonicalReference": "@alloy-js/csharp!DocRemarks:function(1)",
|
|
3178
|
+
"docComment": "",
|
|
3179
|
+
"excerptTokens": [
|
|
3180
|
+
{
|
|
3181
|
+
"kind": "Content",
|
|
3182
|
+
"text": "DocRemarks: (props: "
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "Reference",
|
|
3186
|
+
"text": "DocCommentProps",
|
|
3187
|
+
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"kind": "Content",
|
|
3191
|
+
"text": ") => "
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"kind": "Reference",
|
|
3195
|
+
"text": "Children",
|
|
3196
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3197
|
+
}
|
|
3198
|
+
],
|
|
3199
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3200
|
+
"returnTypeTokenRange": {
|
|
3201
|
+
"startIndex": 3,
|
|
3202
|
+
"endIndex": 4
|
|
3203
|
+
},
|
|
3204
|
+
"releaseTag": "Public",
|
|
3205
|
+
"overloadIndex": 1,
|
|
3206
|
+
"parameters": [
|
|
3207
|
+
{
|
|
3208
|
+
"parameterName": "props",
|
|
3209
|
+
"parameterTypeTokenRange": {
|
|
3678
3210
|
"startIndex": 1,
|
|
3679
3211
|
"endIndex": 2
|
|
3680
|
-
}
|
|
3212
|
+
},
|
|
3213
|
+
"isOptional": false
|
|
3681
3214
|
}
|
|
3682
3215
|
],
|
|
3683
|
-
"
|
|
3216
|
+
"name": "DocRemarks"
|
|
3684
3217
|
},
|
|
3685
3218
|
{
|
|
3686
3219
|
"kind": "Function",
|
|
3687
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3220
|
+
"canonicalReference": "@alloy-js/csharp!DocReturns:function(1)",
|
|
3688
3221
|
"docComment": "",
|
|
3689
3222
|
"excerptTokens": [
|
|
3690
3223
|
{
|
|
3691
3224
|
"kind": "Content",
|
|
3692
|
-
"text": "
|
|
3225
|
+
"text": "DocReturns: (props: "
|
|
3693
3226
|
},
|
|
3694
3227
|
{
|
|
3695
3228
|
"kind": "Reference",
|
|
@@ -3723,21 +3256,21 @@
|
|
|
3723
3256
|
"isOptional": false
|
|
3724
3257
|
}
|
|
3725
3258
|
],
|
|
3726
|
-
"name": "
|
|
3259
|
+
"name": "DocReturns"
|
|
3727
3260
|
},
|
|
3728
3261
|
{
|
|
3729
3262
|
"kind": "Function",
|
|
3730
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3263
|
+
"canonicalReference": "@alloy-js/csharp!DocSee:function(1)",
|
|
3731
3264
|
"docComment": "",
|
|
3732
3265
|
"excerptTokens": [
|
|
3733
3266
|
{
|
|
3734
3267
|
"kind": "Content",
|
|
3735
|
-
"text": "
|
|
3268
|
+
"text": "DocSee: (props: "
|
|
3736
3269
|
},
|
|
3737
3270
|
{
|
|
3738
3271
|
"kind": "Reference",
|
|
3739
|
-
"text": "
|
|
3740
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3272
|
+
"text": "DocSeeProps",
|
|
3273
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeProps:interface"
|
|
3741
3274
|
},
|
|
3742
3275
|
{
|
|
3743
3276
|
"kind": "Content",
|
|
@@ -3766,21 +3299,21 @@
|
|
|
3766
3299
|
"isOptional": false
|
|
3767
3300
|
}
|
|
3768
3301
|
],
|
|
3769
|
-
"name": "
|
|
3302
|
+
"name": "DocSee"
|
|
3770
3303
|
},
|
|
3771
3304
|
{
|
|
3772
3305
|
"kind": "Function",
|
|
3773
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3306
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeAlso:function(1)",
|
|
3774
3307
|
"docComment": "",
|
|
3775
3308
|
"excerptTokens": [
|
|
3776
3309
|
{
|
|
3777
3310
|
"kind": "Content",
|
|
3778
|
-
"text": "
|
|
3311
|
+
"text": "DocSeeAlso: (props: "
|
|
3779
3312
|
},
|
|
3780
3313
|
{
|
|
3781
3314
|
"kind": "Reference",
|
|
3782
|
-
"text": "
|
|
3783
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3315
|
+
"text": "DocSeeAlsoProps",
|
|
3316
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps:interface"
|
|
3784
3317
|
},
|
|
3785
3318
|
{
|
|
3786
3319
|
"kind": "Content",
|
|
@@ -3801,29 +3334,256 @@
|
|
|
3801
3334
|
"overloadIndex": 1,
|
|
3802
3335
|
"parameters": [
|
|
3803
3336
|
{
|
|
3804
|
-
"parameterName": "props",
|
|
3805
|
-
"parameterTypeTokenRange": {
|
|
3337
|
+
"parameterName": "props",
|
|
3338
|
+
"parameterTypeTokenRange": {
|
|
3339
|
+
"startIndex": 1,
|
|
3340
|
+
"endIndex": 2
|
|
3341
|
+
},
|
|
3342
|
+
"isOptional": false
|
|
3343
|
+
}
|
|
3344
|
+
],
|
|
3345
|
+
"name": "DocSeeAlso"
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "Interface",
|
|
3349
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps:interface",
|
|
3350
|
+
"docComment": "",
|
|
3351
|
+
"excerptTokens": [
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "Content",
|
|
3354
|
+
"text": "export interface DocSeeAlsoProps "
|
|
3355
|
+
}
|
|
3356
|
+
],
|
|
3357
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3358
|
+
"releaseTag": "Public",
|
|
3359
|
+
"name": "DocSeeAlsoProps",
|
|
3360
|
+
"preserveMemberOrder": false,
|
|
3361
|
+
"members": [
|
|
3362
|
+
{
|
|
3363
|
+
"kind": "PropertySignature",
|
|
3364
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps#children:member",
|
|
3365
|
+
"docComment": "",
|
|
3366
|
+
"excerptTokens": [
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "Content",
|
|
3369
|
+
"text": "children?: "
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"kind": "Reference",
|
|
3373
|
+
"text": "Children",
|
|
3374
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"kind": "Content",
|
|
3378
|
+
"text": ";"
|
|
3379
|
+
}
|
|
3380
|
+
],
|
|
3381
|
+
"isReadonly": false,
|
|
3382
|
+
"isOptional": true,
|
|
3383
|
+
"releaseTag": "Public",
|
|
3384
|
+
"name": "children",
|
|
3385
|
+
"propertyTypeTokenRange": {
|
|
3386
|
+
"startIndex": 1,
|
|
3387
|
+
"endIndex": 2
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "PropertySignature",
|
|
3392
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps#cref:member",
|
|
3393
|
+
"docComment": "",
|
|
3394
|
+
"excerptTokens": [
|
|
3395
|
+
{
|
|
3396
|
+
"kind": "Content",
|
|
3397
|
+
"text": "cref?: "
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"kind": "Content",
|
|
3401
|
+
"text": "string"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"kind": "Content",
|
|
3405
|
+
"text": ";"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
"isReadonly": false,
|
|
3409
|
+
"isOptional": true,
|
|
3410
|
+
"releaseTag": "Public",
|
|
3411
|
+
"name": "cref",
|
|
3412
|
+
"propertyTypeTokenRange": {
|
|
3413
|
+
"startIndex": 1,
|
|
3414
|
+
"endIndex": 2
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "PropertySignature",
|
|
3419
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps#href:member",
|
|
3420
|
+
"docComment": "",
|
|
3421
|
+
"excerptTokens": [
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "Content",
|
|
3424
|
+
"text": "href?: "
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "Content",
|
|
3428
|
+
"text": "string"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"kind": "Content",
|
|
3432
|
+
"text": ";"
|
|
3433
|
+
}
|
|
3434
|
+
],
|
|
3435
|
+
"isReadonly": false,
|
|
3436
|
+
"isOptional": true,
|
|
3437
|
+
"releaseTag": "Public",
|
|
3438
|
+
"name": "href",
|
|
3439
|
+
"propertyTypeTokenRange": {
|
|
3440
|
+
"startIndex": 1,
|
|
3441
|
+
"endIndex": 2
|
|
3442
|
+
}
|
|
3443
|
+
}
|
|
3444
|
+
],
|
|
3445
|
+
"extendsTokenRanges": []
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"kind": "Interface",
|
|
3449
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeProps:interface",
|
|
3450
|
+
"docComment": "",
|
|
3451
|
+
"excerptTokens": [
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "Content",
|
|
3454
|
+
"text": "export interface DocSeeProps "
|
|
3455
|
+
}
|
|
3456
|
+
],
|
|
3457
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3458
|
+
"releaseTag": "Public",
|
|
3459
|
+
"name": "DocSeeProps",
|
|
3460
|
+
"preserveMemberOrder": false,
|
|
3461
|
+
"members": [
|
|
3462
|
+
{
|
|
3463
|
+
"kind": "PropertySignature",
|
|
3464
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeProps#children:member",
|
|
3465
|
+
"docComment": "",
|
|
3466
|
+
"excerptTokens": [
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "Content",
|
|
3469
|
+
"text": "children?: "
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"kind": "Reference",
|
|
3473
|
+
"text": "Children",
|
|
3474
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"kind": "Content",
|
|
3478
|
+
"text": ";"
|
|
3479
|
+
}
|
|
3480
|
+
],
|
|
3481
|
+
"isReadonly": false,
|
|
3482
|
+
"isOptional": true,
|
|
3483
|
+
"releaseTag": "Public",
|
|
3484
|
+
"name": "children",
|
|
3485
|
+
"propertyTypeTokenRange": {
|
|
3486
|
+
"startIndex": 1,
|
|
3487
|
+
"endIndex": 2
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "PropertySignature",
|
|
3492
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeProps#cref:member",
|
|
3493
|
+
"docComment": "",
|
|
3494
|
+
"excerptTokens": [
|
|
3495
|
+
{
|
|
3496
|
+
"kind": "Content",
|
|
3497
|
+
"text": "cref?: "
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "Content",
|
|
3501
|
+
"text": "string"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"kind": "Content",
|
|
3505
|
+
"text": ";"
|
|
3506
|
+
}
|
|
3507
|
+
],
|
|
3508
|
+
"isReadonly": false,
|
|
3509
|
+
"isOptional": true,
|
|
3510
|
+
"releaseTag": "Public",
|
|
3511
|
+
"name": "cref",
|
|
3512
|
+
"propertyTypeTokenRange": {
|
|
3513
|
+
"startIndex": 1,
|
|
3514
|
+
"endIndex": 2
|
|
3515
|
+
}
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "PropertySignature",
|
|
3519
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeProps#href:member",
|
|
3520
|
+
"docComment": "",
|
|
3521
|
+
"excerptTokens": [
|
|
3522
|
+
{
|
|
3523
|
+
"kind": "Content",
|
|
3524
|
+
"text": "href?: "
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"kind": "Content",
|
|
3528
|
+
"text": "string"
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"kind": "Content",
|
|
3532
|
+
"text": ";"
|
|
3533
|
+
}
|
|
3534
|
+
],
|
|
3535
|
+
"isReadonly": false,
|
|
3536
|
+
"isOptional": true,
|
|
3537
|
+
"releaseTag": "Public",
|
|
3538
|
+
"name": "href",
|
|
3539
|
+
"propertyTypeTokenRange": {
|
|
3540
|
+
"startIndex": 1,
|
|
3541
|
+
"endIndex": 2
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"kind": "PropertySignature",
|
|
3546
|
+
"canonicalReference": "@alloy-js/csharp!DocSeeProps#langword:member",
|
|
3547
|
+
"docComment": "",
|
|
3548
|
+
"excerptTokens": [
|
|
3549
|
+
{
|
|
3550
|
+
"kind": "Content",
|
|
3551
|
+
"text": "langword?: "
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "Content",
|
|
3555
|
+
"text": "string"
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"kind": "Content",
|
|
3559
|
+
"text": ";"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"isReadonly": false,
|
|
3563
|
+
"isOptional": true,
|
|
3564
|
+
"releaseTag": "Public",
|
|
3565
|
+
"name": "langword",
|
|
3566
|
+
"propertyTypeTokenRange": {
|
|
3806
3567
|
"startIndex": 1,
|
|
3807
3568
|
"endIndex": 2
|
|
3808
|
-
}
|
|
3809
|
-
"isOptional": false
|
|
3569
|
+
}
|
|
3810
3570
|
}
|
|
3811
3571
|
],
|
|
3812
|
-
"
|
|
3572
|
+
"extendsTokenRanges": []
|
|
3813
3573
|
},
|
|
3814
3574
|
{
|
|
3815
3575
|
"kind": "Function",
|
|
3816
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3576
|
+
"canonicalReference": "@alloy-js/csharp!DocSummary:function(1)",
|
|
3817
3577
|
"docComment": "",
|
|
3818
3578
|
"excerptTokens": [
|
|
3819
3579
|
{
|
|
3820
3580
|
"kind": "Content",
|
|
3821
|
-
"text": "
|
|
3581
|
+
"text": "DocSummary: (props: "
|
|
3822
3582
|
},
|
|
3823
3583
|
{
|
|
3824
3584
|
"kind": "Reference",
|
|
3825
|
-
"text": "
|
|
3826
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3585
|
+
"text": "DocCommentProps",
|
|
3586
|
+
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
3827
3587
|
},
|
|
3828
3588
|
{
|
|
3829
3589
|
"kind": "Content",
|
|
@@ -3852,21 +3612,21 @@
|
|
|
3852
3612
|
"isOptional": false
|
|
3853
3613
|
}
|
|
3854
3614
|
],
|
|
3855
|
-
"name": "
|
|
3615
|
+
"name": "DocSummary"
|
|
3856
3616
|
},
|
|
3857
3617
|
{
|
|
3858
3618
|
"kind": "Function",
|
|
3859
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3619
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParam:function(1)",
|
|
3860
3620
|
"docComment": "",
|
|
3861
3621
|
"excerptTokens": [
|
|
3862
3622
|
{
|
|
3863
3623
|
"kind": "Content",
|
|
3864
|
-
"text": "
|
|
3624
|
+
"text": "DocTypeParam: (props: "
|
|
3865
3625
|
},
|
|
3866
3626
|
{
|
|
3867
3627
|
"kind": "Reference",
|
|
3868
|
-
"text": "
|
|
3869
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3628
|
+
"text": "DocTypeParamProps",
|
|
3629
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamProps:interface"
|
|
3870
3630
|
},
|
|
3871
3631
|
{
|
|
3872
3632
|
"kind": "Content",
|
|
@@ -3895,31 +3655,31 @@
|
|
|
3895
3655
|
"isOptional": false
|
|
3896
3656
|
}
|
|
3897
3657
|
],
|
|
3898
|
-
"name": "
|
|
3658
|
+
"name": "DocTypeParam"
|
|
3899
3659
|
},
|
|
3900
3660
|
{
|
|
3901
3661
|
"kind": "Interface",
|
|
3902
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3662
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamProps:interface",
|
|
3903
3663
|
"docComment": "",
|
|
3904
3664
|
"excerptTokens": [
|
|
3905
3665
|
{
|
|
3906
3666
|
"kind": "Content",
|
|
3907
|
-
"text": "export interface
|
|
3667
|
+
"text": "export interface DocTypeParamProps "
|
|
3908
3668
|
}
|
|
3909
3669
|
],
|
|
3910
3670
|
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3911
3671
|
"releaseTag": "Public",
|
|
3912
|
-
"name": "
|
|
3672
|
+
"name": "DocTypeParamProps",
|
|
3913
3673
|
"preserveMemberOrder": false,
|
|
3914
3674
|
"members": [
|
|
3915
3675
|
{
|
|
3916
3676
|
"kind": "PropertySignature",
|
|
3917
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3677
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamProps#children:member",
|
|
3918
3678
|
"docComment": "",
|
|
3919
3679
|
"excerptTokens": [
|
|
3920
3680
|
{
|
|
3921
3681
|
"kind": "Content",
|
|
3922
|
-
"text": "children
|
|
3682
|
+
"text": "children: "
|
|
3923
3683
|
},
|
|
3924
3684
|
{
|
|
3925
3685
|
"kind": "Reference",
|
|
@@ -3932,7 +3692,7 @@
|
|
|
3932
3692
|
}
|
|
3933
3693
|
],
|
|
3934
3694
|
"isReadonly": false,
|
|
3935
|
-
"isOptional":
|
|
3695
|
+
"isOptional": false,
|
|
3936
3696
|
"releaseTag": "Public",
|
|
3937
3697
|
"name": "children",
|
|
3938
3698
|
"propertyTypeTokenRange": {
|
|
@@ -3942,12 +3702,12 @@
|
|
|
3942
3702
|
},
|
|
3943
3703
|
{
|
|
3944
3704
|
"kind": "PropertySignature",
|
|
3945
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3705
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamProps#name:member",
|
|
3946
3706
|
"docComment": "",
|
|
3947
3707
|
"excerptTokens": [
|
|
3948
3708
|
{
|
|
3949
3709
|
"kind": "Content",
|
|
3950
|
-
"text": "
|
|
3710
|
+
"text": "name: "
|
|
3951
3711
|
},
|
|
3952
3712
|
{
|
|
3953
3713
|
"kind": "Content",
|
|
@@ -3959,95 +3719,82 @@
|
|
|
3959
3719
|
}
|
|
3960
3720
|
],
|
|
3961
3721
|
"isReadonly": false,
|
|
3962
|
-
"isOptional":
|
|
3722
|
+
"isOptional": false,
|
|
3963
3723
|
"releaseTag": "Public",
|
|
3964
|
-
"name": "
|
|
3724
|
+
"name": "name",
|
|
3965
3725
|
"propertyTypeTokenRange": {
|
|
3966
3726
|
"startIndex": 1,
|
|
3967
3727
|
"endIndex": 2
|
|
3968
3728
|
}
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"extendsTokenRanges": []
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"kind": "Function",
|
|
3735
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamRef:function(1)",
|
|
3736
|
+
"docComment": "",
|
|
3737
|
+
"excerptTokens": [
|
|
3738
|
+
{
|
|
3739
|
+
"kind": "Content",
|
|
3740
|
+
"text": "DocTypeParamRef: (props: "
|
|
3969
3741
|
},
|
|
3970
3742
|
{
|
|
3971
|
-
"kind": "
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3743
|
+
"kind": "Reference",
|
|
3744
|
+
"text": "DocTypeParamRefProps",
|
|
3745
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamRefProps:interface"
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"kind": "Content",
|
|
3749
|
+
"text": ") => "
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "Content",
|
|
3753
|
+
"text": "string"
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3757
|
+
"returnTypeTokenRange": {
|
|
3758
|
+
"startIndex": 3,
|
|
3759
|
+
"endIndex": 4
|
|
3760
|
+
},
|
|
3761
|
+
"releaseTag": "Public",
|
|
3762
|
+
"overloadIndex": 1,
|
|
3763
|
+
"parameters": [
|
|
3764
|
+
{
|
|
3765
|
+
"parameterName": "props",
|
|
3766
|
+
"parameterTypeTokenRange": {
|
|
3993
3767
|
"startIndex": 1,
|
|
3994
3768
|
"endIndex": 2
|
|
3995
|
-
}
|
|
3769
|
+
},
|
|
3770
|
+
"isOptional": false
|
|
3996
3771
|
}
|
|
3997
3772
|
],
|
|
3998
|
-
"
|
|
3773
|
+
"name": "DocTypeParamRef"
|
|
3999
3774
|
},
|
|
4000
3775
|
{
|
|
4001
3776
|
"kind": "Interface",
|
|
4002
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3777
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamRefProps:interface",
|
|
4003
3778
|
"docComment": "",
|
|
4004
3779
|
"excerptTokens": [
|
|
4005
3780
|
{
|
|
4006
3781
|
"kind": "Content",
|
|
4007
|
-
"text": "export interface
|
|
3782
|
+
"text": "export interface DocTypeParamRefProps "
|
|
4008
3783
|
}
|
|
4009
3784
|
],
|
|
4010
3785
|
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
4011
3786
|
"releaseTag": "Public",
|
|
4012
|
-
"name": "
|
|
3787
|
+
"name": "DocTypeParamRefProps",
|
|
4013
3788
|
"preserveMemberOrder": false,
|
|
4014
3789
|
"members": [
|
|
4015
3790
|
{
|
|
4016
3791
|
"kind": "PropertySignature",
|
|
4017
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4018
|
-
"docComment": "",
|
|
4019
|
-
"excerptTokens": [
|
|
4020
|
-
{
|
|
4021
|
-
"kind": "Content",
|
|
4022
|
-
"text": "children?: "
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"kind": "Reference",
|
|
4026
|
-
"text": "Children",
|
|
4027
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4028
|
-
},
|
|
4029
|
-
{
|
|
4030
|
-
"kind": "Content",
|
|
4031
|
-
"text": ";"
|
|
4032
|
-
}
|
|
4033
|
-
],
|
|
4034
|
-
"isReadonly": false,
|
|
4035
|
-
"isOptional": true,
|
|
4036
|
-
"releaseTag": "Public",
|
|
4037
|
-
"name": "children",
|
|
4038
|
-
"propertyTypeTokenRange": {
|
|
4039
|
-
"startIndex": 1,
|
|
4040
|
-
"endIndex": 2
|
|
4041
|
-
}
|
|
4042
|
-
},
|
|
4043
|
-
{
|
|
4044
|
-
"kind": "PropertySignature",
|
|
4045
|
-
"canonicalReference": "@alloy-js/csharp!DocSeeProps#cref:member",
|
|
3792
|
+
"canonicalReference": "@alloy-js/csharp!DocTypeParamRefProps#name:member",
|
|
4046
3793
|
"docComment": "",
|
|
4047
3794
|
"excerptTokens": [
|
|
4048
3795
|
{
|
|
4049
3796
|
"kind": "Content",
|
|
4050
|
-
"text": "
|
|
3797
|
+
"text": "name: "
|
|
4051
3798
|
},
|
|
4052
3799
|
{
|
|
4053
3800
|
"kind": "Content",
|
|
@@ -4059,93 +3806,86 @@
|
|
|
4059
3806
|
}
|
|
4060
3807
|
],
|
|
4061
3808
|
"isReadonly": false,
|
|
4062
|
-
"isOptional":
|
|
3809
|
+
"isOptional": false,
|
|
4063
3810
|
"releaseTag": "Public",
|
|
4064
|
-
"name": "
|
|
3811
|
+
"name": "name",
|
|
4065
3812
|
"propertyTypeTokenRange": {
|
|
4066
3813
|
"startIndex": 1,
|
|
4067
3814
|
"endIndex": 2
|
|
4068
3815
|
}
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
"extendsTokenRanges": []
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "Function",
|
|
3822
|
+
"canonicalReference": "@alloy-js/csharp!DocValue:function(1)",
|
|
3823
|
+
"docComment": "",
|
|
3824
|
+
"excerptTokens": [
|
|
3825
|
+
{
|
|
3826
|
+
"kind": "Content",
|
|
3827
|
+
"text": "DocValue: (props: "
|
|
4069
3828
|
},
|
|
4070
3829
|
{
|
|
4071
|
-
"kind": "
|
|
4072
|
-
"
|
|
4073
|
-
"
|
|
4074
|
-
"excerptTokens": [
|
|
4075
|
-
{
|
|
4076
|
-
"kind": "Content",
|
|
4077
|
-
"text": "href?: "
|
|
4078
|
-
},
|
|
4079
|
-
{
|
|
4080
|
-
"kind": "Content",
|
|
4081
|
-
"text": "string"
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"kind": "Content",
|
|
4085
|
-
"text": ";"
|
|
4086
|
-
}
|
|
4087
|
-
],
|
|
4088
|
-
"isReadonly": false,
|
|
4089
|
-
"isOptional": true,
|
|
4090
|
-
"releaseTag": "Public",
|
|
4091
|
-
"name": "href",
|
|
4092
|
-
"propertyTypeTokenRange": {
|
|
4093
|
-
"startIndex": 1,
|
|
4094
|
-
"endIndex": 2
|
|
4095
|
-
}
|
|
3830
|
+
"kind": "Reference",
|
|
3831
|
+
"text": "DocCommentProps",
|
|
3832
|
+
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
4096
3833
|
},
|
|
4097
3834
|
{
|
|
4098
|
-
"kind": "
|
|
4099
|
-
"
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
"name": "langword",
|
|
4119
|
-
"propertyTypeTokenRange": {
|
|
3835
|
+
"kind": "Content",
|
|
3836
|
+
"text": ") => "
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "Reference",
|
|
3840
|
+
"text": "Children",
|
|
3841
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3845
|
+
"returnTypeTokenRange": {
|
|
3846
|
+
"startIndex": 3,
|
|
3847
|
+
"endIndex": 4
|
|
3848
|
+
},
|
|
3849
|
+
"releaseTag": "Public",
|
|
3850
|
+
"overloadIndex": 1,
|
|
3851
|
+
"parameters": [
|
|
3852
|
+
{
|
|
3853
|
+
"parameterName": "props",
|
|
3854
|
+
"parameterTypeTokenRange": {
|
|
4120
3855
|
"startIndex": 1,
|
|
4121
3856
|
"endIndex": 2
|
|
4122
|
-
}
|
|
3857
|
+
},
|
|
3858
|
+
"isOptional": false
|
|
4123
3859
|
}
|
|
4124
3860
|
],
|
|
4125
|
-
"
|
|
3861
|
+
"name": "DocValue"
|
|
4126
3862
|
},
|
|
4127
3863
|
{
|
|
4128
3864
|
"kind": "Function",
|
|
4129
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4130
|
-
"docComment": "",
|
|
3865
|
+
"canonicalReference": "@alloy-js/csharp!DocWhen:function(1)",
|
|
3866
|
+
"docComment": "/**\n * Conditionally render the given doc in a <DocComment /> component and tail with a line\n */\n",
|
|
4131
3867
|
"excerptTokens": [
|
|
4132
3868
|
{
|
|
4133
3869
|
"kind": "Content",
|
|
4134
|
-
"text": "
|
|
3870
|
+
"text": "export declare function DocWhen(props: "
|
|
4135
3871
|
},
|
|
4136
3872
|
{
|
|
4137
3873
|
"kind": "Reference",
|
|
4138
|
-
"text": "
|
|
4139
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3874
|
+
"text": "DocWhenProps",
|
|
3875
|
+
"canonicalReference": "@alloy-js/csharp!DocWhenProps:interface"
|
|
4140
3876
|
},
|
|
4141
3877
|
{
|
|
4142
3878
|
"kind": "Content",
|
|
4143
|
-
"text": ")
|
|
3879
|
+
"text": "): "
|
|
4144
3880
|
},
|
|
4145
3881
|
{
|
|
4146
3882
|
"kind": "Reference",
|
|
4147
3883
|
"text": "Children",
|
|
4148
3884
|
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"kind": "Content",
|
|
3888
|
+
"text": ";"
|
|
4149
3889
|
}
|
|
4150
3890
|
],
|
|
4151
3891
|
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
@@ -4165,33 +3905,87 @@
|
|
|
4165
3905
|
"isOptional": false
|
|
4166
3906
|
}
|
|
4167
3907
|
],
|
|
4168
|
-
"name": "
|
|
3908
|
+
"name": "DocWhen"
|
|
4169
3909
|
},
|
|
4170
3910
|
{
|
|
4171
|
-
"kind": "
|
|
4172
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3911
|
+
"kind": "Interface",
|
|
3912
|
+
"canonicalReference": "@alloy-js/csharp!DocWhenProps:interface",
|
|
4173
3913
|
"docComment": "",
|
|
4174
3914
|
"excerptTokens": [
|
|
4175
3915
|
{
|
|
4176
3916
|
"kind": "Content",
|
|
4177
|
-
"text": "
|
|
3917
|
+
"text": "export interface DocWhenProps "
|
|
3918
|
+
}
|
|
3919
|
+
],
|
|
3920
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
3921
|
+
"releaseTag": "Public",
|
|
3922
|
+
"name": "DocWhenProps",
|
|
3923
|
+
"preserveMemberOrder": false,
|
|
3924
|
+
"members": [
|
|
3925
|
+
{
|
|
3926
|
+
"kind": "PropertySignature",
|
|
3927
|
+
"canonicalReference": "@alloy-js/csharp!DocWhenProps#doc:member",
|
|
3928
|
+
"docComment": "",
|
|
3929
|
+
"excerptTokens": [
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "Content",
|
|
3932
|
+
"text": "doc: "
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "Reference",
|
|
3936
|
+
"text": "Children",
|
|
3937
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"kind": "Content",
|
|
3941
|
+
"text": " | undefined"
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"kind": "Content",
|
|
3945
|
+
"text": ";"
|
|
3946
|
+
}
|
|
3947
|
+
],
|
|
3948
|
+
"isReadonly": false,
|
|
3949
|
+
"isOptional": false,
|
|
3950
|
+
"releaseTag": "Public",
|
|
3951
|
+
"name": "doc",
|
|
3952
|
+
"propertyTypeTokenRange": {
|
|
3953
|
+
"startIndex": 1,
|
|
3954
|
+
"endIndex": 3
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
],
|
|
3958
|
+
"extendsTokenRanges": []
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"kind": "Function",
|
|
3962
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclaration:function(1)",
|
|
3963
|
+
"docComment": "/**\n * A C# enum declaration\n *\n * @example\n * ```tsx\n * <EnumDeclaration public name=\"Color\">\n * <EnumMember name=\"Red\" />\n * <EnumMember name=\"Green\" />\n * <EnumMember name=\"Blue\" />\n * </EnumDeclaration>\n * ```\n *\n * This will produce:\n * ```csharp\n * public enum Color\n * {\n * Red,\n * Green,\n * Blue\n * }\n * ```\n *\n */\n",
|
|
3964
|
+
"excerptTokens": [
|
|
3965
|
+
{
|
|
3966
|
+
"kind": "Content",
|
|
3967
|
+
"text": "export declare function EnumDeclaration(props: "
|
|
4178
3968
|
},
|
|
4179
3969
|
{
|
|
4180
3970
|
"kind": "Reference",
|
|
4181
|
-
"text": "
|
|
4182
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
3971
|
+
"text": "EnumDeclarationProps",
|
|
3972
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps:interface"
|
|
4183
3973
|
},
|
|
4184
3974
|
{
|
|
4185
3975
|
"kind": "Content",
|
|
4186
|
-
"text": ")
|
|
3976
|
+
"text": "): "
|
|
4187
3977
|
},
|
|
4188
3978
|
{
|
|
4189
3979
|
"kind": "Reference",
|
|
4190
|
-
"text": "Children",
|
|
3980
|
+
"text": "core.Children",
|
|
4191
3981
|
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"kind": "Content",
|
|
3985
|
+
"text": ";"
|
|
4192
3986
|
}
|
|
4193
3987
|
],
|
|
4194
|
-
"fileUrlPath": "src/components/
|
|
3988
|
+
"fileUrlPath": "src/components/EnumDeclaration.tsx",
|
|
4195
3989
|
"returnTypeTokenRange": {
|
|
4196
3990
|
"startIndex": 3,
|
|
4197
3991
|
"endIndex": 4
|
|
@@ -4208,35 +4002,44 @@
|
|
|
4208
4002
|
"isOptional": false
|
|
4209
4003
|
}
|
|
4210
4004
|
],
|
|
4211
|
-
"name": "
|
|
4005
|
+
"name": "EnumDeclaration"
|
|
4212
4006
|
},
|
|
4213
4007
|
{
|
|
4214
4008
|
"kind": "Interface",
|
|
4215
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4009
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps:interface",
|
|
4216
4010
|
"docComment": "",
|
|
4217
4011
|
"excerptTokens": [
|
|
4218
4012
|
{
|
|
4219
4013
|
"kind": "Content",
|
|
4220
|
-
"text": "export interface
|
|
4014
|
+
"text": "export interface EnumDeclarationProps extends "
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"kind": "Reference",
|
|
4018
|
+
"text": "AccessModifiers",
|
|
4019
|
+
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"kind": "Content",
|
|
4023
|
+
"text": " "
|
|
4221
4024
|
}
|
|
4222
4025
|
],
|
|
4223
|
-
"fileUrlPath": "src/components/
|
|
4026
|
+
"fileUrlPath": "src/components/EnumDeclaration.tsx",
|
|
4224
4027
|
"releaseTag": "Public",
|
|
4225
|
-
"name": "
|
|
4028
|
+
"name": "EnumDeclarationProps",
|
|
4226
4029
|
"preserveMemberOrder": false,
|
|
4227
4030
|
"members": [
|
|
4228
4031
|
{
|
|
4229
4032
|
"kind": "PropertySignature",
|
|
4230
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4033
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps#children:member",
|
|
4231
4034
|
"docComment": "",
|
|
4232
4035
|
"excerptTokens": [
|
|
4233
4036
|
{
|
|
4234
4037
|
"kind": "Content",
|
|
4235
|
-
"text": "children
|
|
4038
|
+
"text": "children?: "
|
|
4236
4039
|
},
|
|
4237
4040
|
{
|
|
4238
4041
|
"kind": "Reference",
|
|
4239
|
-
"text": "Children",
|
|
4042
|
+
"text": "core.Children",
|
|
4240
4043
|
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4241
4044
|
},
|
|
4242
4045
|
{
|
|
@@ -4245,7 +4048,7 @@
|
|
|
4245
4048
|
}
|
|
4246
4049
|
],
|
|
4247
4050
|
"isReadonly": false,
|
|
4248
|
-
"isOptional":
|
|
4051
|
+
"isOptional": true,
|
|
4249
4052
|
"releaseTag": "Public",
|
|
4250
4053
|
"name": "children",
|
|
4251
4054
|
"propertyTypeTokenRange": {
|
|
@@ -4255,7 +4058,7 @@
|
|
|
4255
4058
|
},
|
|
4256
4059
|
{
|
|
4257
4060
|
"kind": "PropertySignature",
|
|
4258
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4061
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps#name:member",
|
|
4259
4062
|
"docComment": "",
|
|
4260
4063
|
"excerptTokens": [
|
|
4261
4064
|
{
|
|
@@ -4279,34 +4082,72 @@
|
|
|
4279
4082
|
"startIndex": 1,
|
|
4280
4083
|
"endIndex": 2
|
|
4281
4084
|
}
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"kind": "PropertySignature",
|
|
4088
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps#refkey:member",
|
|
4089
|
+
"docComment": "",
|
|
4090
|
+
"excerptTokens": [
|
|
4091
|
+
{
|
|
4092
|
+
"kind": "Content",
|
|
4093
|
+
"text": "refkey?: "
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "Reference",
|
|
4097
|
+
"text": "core.Refkey",
|
|
4098
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"kind": "Content",
|
|
4102
|
+
"text": ";"
|
|
4103
|
+
}
|
|
4104
|
+
],
|
|
4105
|
+
"isReadonly": false,
|
|
4106
|
+
"isOptional": true,
|
|
4107
|
+
"releaseTag": "Public",
|
|
4108
|
+
"name": "refkey",
|
|
4109
|
+
"propertyTypeTokenRange": {
|
|
4110
|
+
"startIndex": 1,
|
|
4111
|
+
"endIndex": 2
|
|
4112
|
+
}
|
|
4282
4113
|
}
|
|
4283
4114
|
],
|
|
4284
|
-
"extendsTokenRanges": [
|
|
4115
|
+
"extendsTokenRanges": [
|
|
4116
|
+
{
|
|
4117
|
+
"startIndex": 1,
|
|
4118
|
+
"endIndex": 2
|
|
4119
|
+
}
|
|
4120
|
+
]
|
|
4285
4121
|
},
|
|
4286
4122
|
{
|
|
4287
4123
|
"kind": "Function",
|
|
4288
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4124
|
+
"canonicalReference": "@alloy-js/csharp!EnumMember:function(1)",
|
|
4289
4125
|
"docComment": "",
|
|
4290
4126
|
"excerptTokens": [
|
|
4291
4127
|
{
|
|
4292
4128
|
"kind": "Content",
|
|
4293
|
-
"text": "
|
|
4129
|
+
"text": "export declare function EnumMember(props: "
|
|
4294
4130
|
},
|
|
4295
4131
|
{
|
|
4296
4132
|
"kind": "Reference",
|
|
4297
|
-
"text": "
|
|
4298
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4133
|
+
"text": "EnumMemberProps",
|
|
4134
|
+
"canonicalReference": "@alloy-js/csharp!EnumMemberProps:interface"
|
|
4299
4135
|
},
|
|
4300
4136
|
{
|
|
4301
4137
|
"kind": "Content",
|
|
4302
|
-
"text": ")
|
|
4138
|
+
"text": "): "
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"kind": "Reference",
|
|
4142
|
+
"text": "core.Children",
|
|
4143
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4303
4144
|
},
|
|
4304
4145
|
{
|
|
4305
4146
|
"kind": "Content",
|
|
4306
|
-
"text": "
|
|
4147
|
+
"text": ";"
|
|
4307
4148
|
}
|
|
4308
4149
|
],
|
|
4309
|
-
"fileUrlPath": "src/components/
|
|
4150
|
+
"fileUrlPath": "src/components/EnumDeclaration.tsx",
|
|
4310
4151
|
"returnTypeTokenRange": {
|
|
4311
4152
|
"startIndex": 3,
|
|
4312
4153
|
"endIndex": 4
|
|
@@ -4323,26 +4164,26 @@
|
|
|
4323
4164
|
"isOptional": false
|
|
4324
4165
|
}
|
|
4325
4166
|
],
|
|
4326
|
-
"name": "
|
|
4167
|
+
"name": "EnumMember"
|
|
4327
4168
|
},
|
|
4328
4169
|
{
|
|
4329
4170
|
"kind": "Interface",
|
|
4330
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4171
|
+
"canonicalReference": "@alloy-js/csharp!EnumMemberProps:interface",
|
|
4331
4172
|
"docComment": "",
|
|
4332
4173
|
"excerptTokens": [
|
|
4333
4174
|
{
|
|
4334
4175
|
"kind": "Content",
|
|
4335
|
-
"text": "export interface
|
|
4176
|
+
"text": "export interface EnumMemberProps "
|
|
4336
4177
|
}
|
|
4337
4178
|
],
|
|
4338
|
-
"fileUrlPath": "src/components/
|
|
4179
|
+
"fileUrlPath": "src/components/EnumDeclaration.tsx",
|
|
4339
4180
|
"releaseTag": "Public",
|
|
4340
|
-
"name": "
|
|
4181
|
+
"name": "EnumMemberProps",
|
|
4341
4182
|
"preserveMemberOrder": false,
|
|
4342
4183
|
"members": [
|
|
4343
4184
|
{
|
|
4344
4185
|
"kind": "PropertySignature",
|
|
4345
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4186
|
+
"canonicalReference": "@alloy-js/csharp!EnumMemberProps#name:member",
|
|
4346
4187
|
"docComment": "",
|
|
4347
4188
|
"excerptTokens": [
|
|
4348
4189
|
{
|
|
@@ -4366,35 +4207,62 @@
|
|
|
4366
4207
|
"startIndex": 1,
|
|
4367
4208
|
"endIndex": 2
|
|
4368
4209
|
}
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"kind": "PropertySignature",
|
|
4213
|
+
"canonicalReference": "@alloy-js/csharp!EnumMemberProps#refkey:member",
|
|
4214
|
+
"docComment": "",
|
|
4215
|
+
"excerptTokens": [
|
|
4216
|
+
{
|
|
4217
|
+
"kind": "Content",
|
|
4218
|
+
"text": "refkey?: "
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"kind": "Reference",
|
|
4222
|
+
"text": "core.Refkey",
|
|
4223
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"kind": "Content",
|
|
4227
|
+
"text": ";"
|
|
4228
|
+
}
|
|
4229
|
+
],
|
|
4230
|
+
"isReadonly": false,
|
|
4231
|
+
"isOptional": true,
|
|
4232
|
+
"releaseTag": "Public",
|
|
4233
|
+
"name": "refkey",
|
|
4234
|
+
"propertyTypeTokenRange": {
|
|
4235
|
+
"startIndex": 1,
|
|
4236
|
+
"endIndex": 2
|
|
4237
|
+
}
|
|
4369
4238
|
}
|
|
4370
4239
|
],
|
|
4371
4240
|
"extendsTokenRanges": []
|
|
4372
4241
|
},
|
|
4373
4242
|
{
|
|
4374
4243
|
"kind": "Function",
|
|
4375
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4244
|
+
"canonicalReference": "@alloy-js/csharp!getAccessModifier:function(1)",
|
|
4376
4245
|
"docComment": "",
|
|
4377
4246
|
"excerptTokens": [
|
|
4378
4247
|
{
|
|
4379
4248
|
"kind": "Content",
|
|
4380
|
-
"text": "
|
|
4249
|
+
"text": "getAccessModifier: (data: "
|
|
4381
4250
|
},
|
|
4382
4251
|
{
|
|
4383
4252
|
"kind": "Reference",
|
|
4384
|
-
"text": "
|
|
4385
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4253
|
+
"text": "AccessModifiers",
|
|
4254
|
+
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
4386
4255
|
},
|
|
4387
4256
|
{
|
|
4388
4257
|
"kind": "Content",
|
|
4389
4258
|
"text": ") => "
|
|
4390
4259
|
},
|
|
4391
4260
|
{
|
|
4392
|
-
"kind": "
|
|
4393
|
-
"text": "
|
|
4394
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4261
|
+
"kind": "Content",
|
|
4262
|
+
"text": "string"
|
|
4395
4263
|
}
|
|
4396
4264
|
],
|
|
4397
|
-
"fileUrlPath": "src/
|
|
4265
|
+
"fileUrlPath": "src/modifiers.ts",
|
|
4398
4266
|
"returnTypeTokenRange": {
|
|
4399
4267
|
"startIndex": 3,
|
|
4400
4268
|
"endIndex": 4
|
|
@@ -4403,7 +4271,7 @@
|
|
|
4403
4271
|
"overloadIndex": 1,
|
|
4404
4272
|
"parameters": [
|
|
4405
4273
|
{
|
|
4406
|
-
"parameterName": "
|
|
4274
|
+
"parameterName": "data",
|
|
4407
4275
|
"parameterTypeTokenRange": {
|
|
4408
4276
|
"startIndex": 1,
|
|
4409
4277
|
"endIndex": 2
|
|
@@ -4411,37 +4279,35 @@
|
|
|
4411
4279
|
"isOptional": false
|
|
4412
4280
|
}
|
|
4413
4281
|
],
|
|
4414
|
-
"name": "
|
|
4282
|
+
"name": "getAccessModifier"
|
|
4415
4283
|
},
|
|
4416
4284
|
{
|
|
4417
4285
|
"kind": "Function",
|
|
4418
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4419
|
-
"docComment": "
|
|
4286
|
+
"canonicalReference": "@alloy-js/csharp!getAsyncModifier:function(1)",
|
|
4287
|
+
"docComment": "",
|
|
4420
4288
|
"excerptTokens": [
|
|
4421
4289
|
{
|
|
4422
4290
|
"kind": "Content",
|
|
4423
|
-
"text": "export declare function
|
|
4291
|
+
"text": "export declare function getAsyncModifier(async?: "
|
|
4424
4292
|
},
|
|
4425
4293
|
{
|
|
4426
|
-
"kind": "
|
|
4427
|
-
"text": "
|
|
4428
|
-
"canonicalReference": "@alloy-js/csharp!DocWhenProps:interface"
|
|
4294
|
+
"kind": "Content",
|
|
4295
|
+
"text": "boolean"
|
|
4429
4296
|
},
|
|
4430
4297
|
{
|
|
4431
4298
|
"kind": "Content",
|
|
4432
4299
|
"text": "): "
|
|
4433
4300
|
},
|
|
4434
|
-
{
|
|
4435
|
-
"kind": "
|
|
4436
|
-
"text": "
|
|
4437
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4301
|
+
{
|
|
4302
|
+
"kind": "Content",
|
|
4303
|
+
"text": "string"
|
|
4438
4304
|
},
|
|
4439
4305
|
{
|
|
4440
4306
|
"kind": "Content",
|
|
4441
4307
|
"text": ";"
|
|
4442
4308
|
}
|
|
4443
4309
|
],
|
|
4444
|
-
"fileUrlPath": "src/
|
|
4310
|
+
"fileUrlPath": "src/modifiers.ts",
|
|
4445
4311
|
"returnTypeTokenRange": {
|
|
4446
4312
|
"startIndex": 3,
|
|
4447
4313
|
"endIndex": 4
|
|
@@ -4450,79 +4316,29 @@
|
|
|
4450
4316
|
"overloadIndex": 1,
|
|
4451
4317
|
"parameters": [
|
|
4452
4318
|
{
|
|
4453
|
-
"parameterName": "
|
|
4319
|
+
"parameterName": "async",
|
|
4454
4320
|
"parameterTypeTokenRange": {
|
|
4455
4321
|
"startIndex": 1,
|
|
4456
4322
|
"endIndex": 2
|
|
4457
4323
|
},
|
|
4458
|
-
"isOptional":
|
|
4459
|
-
}
|
|
4460
|
-
],
|
|
4461
|
-
"name": "DocWhen"
|
|
4462
|
-
},
|
|
4463
|
-
{
|
|
4464
|
-
"kind": "Interface",
|
|
4465
|
-
"canonicalReference": "@alloy-js/csharp!DocWhenProps:interface",
|
|
4466
|
-
"docComment": "",
|
|
4467
|
-
"excerptTokens": [
|
|
4468
|
-
{
|
|
4469
|
-
"kind": "Content",
|
|
4470
|
-
"text": "export interface DocWhenProps "
|
|
4471
|
-
}
|
|
4472
|
-
],
|
|
4473
|
-
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
4474
|
-
"releaseTag": "Public",
|
|
4475
|
-
"name": "DocWhenProps",
|
|
4476
|
-
"preserveMemberOrder": false,
|
|
4477
|
-
"members": [
|
|
4478
|
-
{
|
|
4479
|
-
"kind": "PropertySignature",
|
|
4480
|
-
"canonicalReference": "@alloy-js/csharp!DocWhenProps#doc:member",
|
|
4481
|
-
"docComment": "",
|
|
4482
|
-
"excerptTokens": [
|
|
4483
|
-
{
|
|
4484
|
-
"kind": "Content",
|
|
4485
|
-
"text": "doc: "
|
|
4486
|
-
},
|
|
4487
|
-
{
|
|
4488
|
-
"kind": "Reference",
|
|
4489
|
-
"text": "Children",
|
|
4490
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4491
|
-
},
|
|
4492
|
-
{
|
|
4493
|
-
"kind": "Content",
|
|
4494
|
-
"text": " | undefined"
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"kind": "Content",
|
|
4498
|
-
"text": ";"
|
|
4499
|
-
}
|
|
4500
|
-
],
|
|
4501
|
-
"isReadonly": false,
|
|
4502
|
-
"isOptional": false,
|
|
4503
|
-
"releaseTag": "Public",
|
|
4504
|
-
"name": "doc",
|
|
4505
|
-
"propertyTypeTokenRange": {
|
|
4506
|
-
"startIndex": 1,
|
|
4507
|
-
"endIndex": 3
|
|
4508
|
-
}
|
|
4324
|
+
"isOptional": true
|
|
4509
4325
|
}
|
|
4510
4326
|
],
|
|
4511
|
-
"
|
|
4327
|
+
"name": "getAsyncModifier"
|
|
4512
4328
|
},
|
|
4513
4329
|
{
|
|
4514
4330
|
"kind": "Function",
|
|
4515
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4516
|
-
"docComment": "/**\n *
|
|
4331
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclaration:function(1)",
|
|
4332
|
+
"docComment": "/**\n * CSharp interface declaration.\n *\n * @example\n * ```tsx\n * <InterfaceDeclaration public name=\"IMyInterface\">\n * <InterfaceMember public name=\"MyProperty\" type=\"int\" />\n * <InterfaceMethod public name=\"MyMethod\" returnType=\"void\">\n * <Parameter name=\"value\" type=\"int\" />\n * </InterfaceMethod>\n * </InterfaceDeclaration>\n * ```\n *\n * This will produce:\n * ```csharp\n * public interface MyIface\n * {\n * public int MyProperty { get; set; }\n * public void MyMethod(int value);\n * }\n * ```\n *\n */\n",
|
|
4517
4333
|
"excerptTokens": [
|
|
4518
4334
|
{
|
|
4519
4335
|
"kind": "Content",
|
|
4520
|
-
"text": "export declare function
|
|
4336
|
+
"text": "export declare function InterfaceDeclaration(props: "
|
|
4521
4337
|
},
|
|
4522
4338
|
{
|
|
4523
4339
|
"kind": "Reference",
|
|
4524
|
-
"text": "
|
|
4525
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4340
|
+
"text": "InterfaceDeclarationProps",
|
|
4341
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps:interface"
|
|
4526
4342
|
},
|
|
4527
4343
|
{
|
|
4528
4344
|
"kind": "Content",
|
|
@@ -4538,7 +4354,7 @@
|
|
|
4538
4354
|
"text": ";"
|
|
4539
4355
|
}
|
|
4540
4356
|
],
|
|
4541
|
-
"fileUrlPath": "src/components/
|
|
4357
|
+
"fileUrlPath": "src/components/interface/declaration.tsx",
|
|
4542
4358
|
"returnTypeTokenRange": {
|
|
4543
4359
|
"startIndex": 3,
|
|
4544
4360
|
"endIndex": 4
|
|
@@ -4555,45 +4371,76 @@
|
|
|
4555
4371
|
"isOptional": false
|
|
4556
4372
|
}
|
|
4557
4373
|
],
|
|
4558
|
-
"name": "
|
|
4374
|
+
"name": "InterfaceDeclaration"
|
|
4559
4375
|
},
|
|
4560
4376
|
{
|
|
4561
4377
|
"kind": "Interface",
|
|
4562
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4378
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps:interface",
|
|
4563
4379
|
"docComment": "",
|
|
4564
4380
|
"excerptTokens": [
|
|
4565
4381
|
{
|
|
4566
4382
|
"kind": "Content",
|
|
4567
|
-
"text": "export interface
|
|
4383
|
+
"text": "export interface InterfaceDeclarationProps extends "
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "Reference",
|
|
4387
|
+
"text": "Omit",
|
|
4388
|
+
"canonicalReference": "!Omit:type"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "Content",
|
|
4392
|
+
"text": "<"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"kind": "Reference",
|
|
4396
|
+
"text": "core.DeclarationProps",
|
|
4397
|
+
"canonicalReference": "@alloy-js/core!DeclarationProps:type"
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"kind": "Content",
|
|
4401
|
+
"text": ", \"nameKind\">"
|
|
4402
|
+
},
|
|
4403
|
+
{
|
|
4404
|
+
"kind": "Content",
|
|
4405
|
+
"text": ", "
|
|
4568
4406
|
},
|
|
4569
4407
|
{
|
|
4570
4408
|
"kind": "Reference",
|
|
4571
4409
|
"text": "AccessModifiers",
|
|
4572
4410
|
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
4573
4411
|
},
|
|
4412
|
+
{
|
|
4413
|
+
"kind": "Content",
|
|
4414
|
+
"text": ", "
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"kind": "Reference",
|
|
4418
|
+
"text": "InterfaceModifiers",
|
|
4419
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceModifiers:interface"
|
|
4420
|
+
},
|
|
4574
4421
|
{
|
|
4575
4422
|
"kind": "Content",
|
|
4576
4423
|
"text": " "
|
|
4577
4424
|
}
|
|
4578
4425
|
],
|
|
4579
|
-
"fileUrlPath": "src/components/
|
|
4426
|
+
"fileUrlPath": "src/components/interface/declaration.tsx",
|
|
4580
4427
|
"releaseTag": "Public",
|
|
4581
|
-
"name": "
|
|
4428
|
+
"name": "InterfaceDeclarationProps",
|
|
4582
4429
|
"preserveMemberOrder": false,
|
|
4583
4430
|
"members": [
|
|
4584
4431
|
{
|
|
4585
4432
|
"kind": "PropertySignature",
|
|
4586
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4587
|
-
"docComment": "",
|
|
4433
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps#attributes:member",
|
|
4434
|
+
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <InterfaceDeclaration name=\"MyInterface\" attributes={[\n * <Attribute name=\"Test\" />\n * <Attribute name=\"Test2\" args={[\"arg1\", \"arg2\"]} />\n * ]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * [Test]\n * [Test2(\"arg1\", \"arg2\")]\n * public interface MyInterface\n * ```\n *\n */\n",
|
|
4588
4435
|
"excerptTokens": [
|
|
4589
4436
|
{
|
|
4590
4437
|
"kind": "Content",
|
|
4591
|
-
"text": "
|
|
4438
|
+
"text": "attributes?: "
|
|
4592
4439
|
},
|
|
4593
4440
|
{
|
|
4594
4441
|
"kind": "Reference",
|
|
4595
|
-
"text": "
|
|
4596
|
-
"canonicalReference": "@alloy-js/
|
|
4442
|
+
"text": "AttributesProp",
|
|
4443
|
+
"canonicalReference": "@alloy-js/csharp!AttributesProp:type"
|
|
4597
4444
|
},
|
|
4598
4445
|
{
|
|
4599
4446
|
"kind": "Content",
|
|
@@ -4603,7 +4450,7 @@
|
|
|
4603
4450
|
"isReadonly": false,
|
|
4604
4451
|
"isOptional": true,
|
|
4605
4452
|
"releaseTag": "Public",
|
|
4606
|
-
"name": "
|
|
4453
|
+
"name": "attributes",
|
|
4607
4454
|
"propertyTypeTokenRange": {
|
|
4608
4455
|
"startIndex": 1,
|
|
4609
4456
|
"endIndex": 2
|
|
@@ -4611,16 +4458,17 @@
|
|
|
4611
4458
|
},
|
|
4612
4459
|
{
|
|
4613
4460
|
"kind": "PropertySignature",
|
|
4614
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4615
|
-
"docComment": "",
|
|
4461
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps#doc:member",
|
|
4462
|
+
"docComment": "/**\n * Doc comment\n */\n",
|
|
4616
4463
|
"excerptTokens": [
|
|
4617
4464
|
{
|
|
4618
4465
|
"kind": "Content",
|
|
4619
|
-
"text": "
|
|
4466
|
+
"text": "doc?: "
|
|
4620
4467
|
},
|
|
4621
4468
|
{
|
|
4622
|
-
"kind": "
|
|
4623
|
-
"text": "
|
|
4469
|
+
"kind": "Reference",
|
|
4470
|
+
"text": "core.Children",
|
|
4471
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4624
4472
|
},
|
|
4625
4473
|
{
|
|
4626
4474
|
"kind": "Content",
|
|
@@ -4628,9 +4476,9 @@
|
|
|
4628
4476
|
}
|
|
4629
4477
|
],
|
|
4630
4478
|
"isReadonly": false,
|
|
4631
|
-
"isOptional":
|
|
4479
|
+
"isOptional": true,
|
|
4632
4480
|
"releaseTag": "Public",
|
|
4633
|
-
"name": "
|
|
4481
|
+
"name": "doc",
|
|
4634
4482
|
"propertyTypeTokenRange": {
|
|
4635
4483
|
"startIndex": 1,
|
|
4636
4484
|
"endIndex": 2
|
|
@@ -4638,17 +4486,16 @@
|
|
|
4638
4486
|
},
|
|
4639
4487
|
{
|
|
4640
4488
|
"kind": "PropertySignature",
|
|
4641
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4489
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps#name:member",
|
|
4642
4490
|
"docComment": "",
|
|
4643
4491
|
"excerptTokens": [
|
|
4644
4492
|
{
|
|
4645
4493
|
"kind": "Content",
|
|
4646
|
-
"text": "
|
|
4494
|
+
"text": "name: "
|
|
4647
4495
|
},
|
|
4648
4496
|
{
|
|
4649
|
-
"kind": "
|
|
4650
|
-
"text": "
|
|
4651
|
-
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
4497
|
+
"kind": "Content",
|
|
4498
|
+
"text": "string"
|
|
4652
4499
|
},
|
|
4653
4500
|
{
|
|
4654
4501
|
"kind": "Content",
|
|
@@ -4656,96 +4503,27 @@
|
|
|
4656
4503
|
}
|
|
4657
4504
|
],
|
|
4658
4505
|
"isReadonly": false,
|
|
4659
|
-
"isOptional":
|
|
4506
|
+
"isOptional": false,
|
|
4660
4507
|
"releaseTag": "Public",
|
|
4661
|
-
"name": "
|
|
4508
|
+
"name": "name",
|
|
4662
4509
|
"propertyTypeTokenRange": {
|
|
4663
4510
|
"startIndex": 1,
|
|
4664
4511
|
"endIndex": 2
|
|
4665
4512
|
}
|
|
4666
|
-
}
|
|
4667
|
-
],
|
|
4668
|
-
"extendsTokenRanges": [
|
|
4669
|
-
{
|
|
4670
|
-
"startIndex": 1,
|
|
4671
|
-
"endIndex": 2
|
|
4672
|
-
}
|
|
4673
|
-
]
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
"kind": "Function",
|
|
4677
|
-
"canonicalReference": "@alloy-js/csharp!EnumMember:function(1)",
|
|
4678
|
-
"docComment": "",
|
|
4679
|
-
"excerptTokens": [
|
|
4680
|
-
{
|
|
4681
|
-
"kind": "Content",
|
|
4682
|
-
"text": "export declare function EnumMember(props: "
|
|
4683
|
-
},
|
|
4684
|
-
{
|
|
4685
|
-
"kind": "Reference",
|
|
4686
|
-
"text": "EnumMemberProps",
|
|
4687
|
-
"canonicalReference": "@alloy-js/csharp!EnumMemberProps:interface"
|
|
4688
4513
|
},
|
|
4689
|
-
{
|
|
4690
|
-
"kind": "Content",
|
|
4691
|
-
"text": "): "
|
|
4692
|
-
},
|
|
4693
|
-
{
|
|
4694
|
-
"kind": "Reference",
|
|
4695
|
-
"text": "core.Children",
|
|
4696
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"kind": "Content",
|
|
4700
|
-
"text": ";"
|
|
4701
|
-
}
|
|
4702
|
-
],
|
|
4703
|
-
"fileUrlPath": "src/components/EnumDeclaration.tsx",
|
|
4704
|
-
"returnTypeTokenRange": {
|
|
4705
|
-
"startIndex": 3,
|
|
4706
|
-
"endIndex": 4
|
|
4707
|
-
},
|
|
4708
|
-
"releaseTag": "Public",
|
|
4709
|
-
"overloadIndex": 1,
|
|
4710
|
-
"parameters": [
|
|
4711
|
-
{
|
|
4712
|
-
"parameterName": "props",
|
|
4713
|
-
"parameterTypeTokenRange": {
|
|
4714
|
-
"startIndex": 1,
|
|
4715
|
-
"endIndex": 2
|
|
4716
|
-
},
|
|
4717
|
-
"isOptional": false
|
|
4718
|
-
}
|
|
4719
|
-
],
|
|
4720
|
-
"name": "EnumMember"
|
|
4721
|
-
},
|
|
4722
|
-
{
|
|
4723
|
-
"kind": "Interface",
|
|
4724
|
-
"canonicalReference": "@alloy-js/csharp!EnumMemberProps:interface",
|
|
4725
|
-
"docComment": "",
|
|
4726
|
-
"excerptTokens": [
|
|
4727
|
-
{
|
|
4728
|
-
"kind": "Content",
|
|
4729
|
-
"text": "export interface EnumMemberProps "
|
|
4730
|
-
}
|
|
4731
|
-
],
|
|
4732
|
-
"fileUrlPath": "src/components/EnumDeclaration.tsx",
|
|
4733
|
-
"releaseTag": "Public",
|
|
4734
|
-
"name": "EnumMemberProps",
|
|
4735
|
-
"preserveMemberOrder": false,
|
|
4736
|
-
"members": [
|
|
4737
4514
|
{
|
|
4738
4515
|
"kind": "PropertySignature",
|
|
4739
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4516
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps#refkey:member",
|
|
4740
4517
|
"docComment": "",
|
|
4741
4518
|
"excerptTokens": [
|
|
4742
4519
|
{
|
|
4743
4520
|
"kind": "Content",
|
|
4744
|
-
"text": "
|
|
4521
|
+
"text": "refkey?: "
|
|
4745
4522
|
},
|
|
4746
4523
|
{
|
|
4747
|
-
"kind": "
|
|
4748
|
-
"text": "
|
|
4524
|
+
"kind": "Reference",
|
|
4525
|
+
"text": "core.Refkey",
|
|
4526
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
4749
4527
|
},
|
|
4750
4528
|
{
|
|
4751
4529
|
"kind": "Content",
|
|
@@ -4753,9 +4531,9 @@
|
|
|
4753
4531
|
}
|
|
4754
4532
|
],
|
|
4755
4533
|
"isReadonly": false,
|
|
4756
|
-
"isOptional":
|
|
4534
|
+
"isOptional": true,
|
|
4757
4535
|
"releaseTag": "Public",
|
|
4758
|
-
"name": "
|
|
4536
|
+
"name": "refkey",
|
|
4759
4537
|
"propertyTypeTokenRange": {
|
|
4760
4538
|
"startIndex": 1,
|
|
4761
4539
|
"endIndex": 2
|
|
@@ -4763,17 +4541,25 @@
|
|
|
4763
4541
|
},
|
|
4764
4542
|
{
|
|
4765
4543
|
"kind": "PropertySignature",
|
|
4766
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4767
|
-
"docComment": "",
|
|
4544
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps#typeParameters:member",
|
|
4545
|
+
"docComment": "/**\n * Type parameters for the interface\n *\n * @example\n * ```tsx\n * <InterfaceDeclaration name=\"IList\" typeParameters={[\"T\"]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * public interface IList<T>\n * ```\n *\n */\n",
|
|
4768
4546
|
"excerptTokens": [
|
|
4769
4547
|
{
|
|
4770
4548
|
"kind": "Content",
|
|
4771
|
-
"text": "
|
|
4549
|
+
"text": "typeParameters?: "
|
|
4550
|
+
},
|
|
4551
|
+
{
|
|
4552
|
+
"kind": "Content",
|
|
4553
|
+
"text": "("
|
|
4772
4554
|
},
|
|
4773
4555
|
{
|
|
4774
4556
|
"kind": "Reference",
|
|
4775
|
-
"text": "
|
|
4776
|
-
"canonicalReference": "@alloy-js/
|
|
4557
|
+
"text": "TypeParameterProps",
|
|
4558
|
+
"canonicalReference": "@alloy-js/csharp!TypeParameterProps:interface"
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"kind": "Content",
|
|
4562
|
+
"text": " | string)[]"
|
|
4777
4563
|
},
|
|
4778
4564
|
{
|
|
4779
4565
|
"kind": "Content",
|
|
@@ -4783,84 +4569,57 @@
|
|
|
4783
4569
|
"isReadonly": false,
|
|
4784
4570
|
"isOptional": true,
|
|
4785
4571
|
"releaseTag": "Public",
|
|
4786
|
-
"name": "
|
|
4572
|
+
"name": "typeParameters",
|
|
4787
4573
|
"propertyTypeTokenRange": {
|
|
4788
4574
|
"startIndex": 1,
|
|
4789
|
-
"endIndex":
|
|
4575
|
+
"endIndex": 4
|
|
4790
4576
|
}
|
|
4791
4577
|
}
|
|
4792
4578
|
],
|
|
4793
|
-
"extendsTokenRanges": [
|
|
4794
|
-
},
|
|
4795
|
-
{
|
|
4796
|
-
"kind": "Function",
|
|
4797
|
-
"canonicalReference": "@alloy-js/csharp!getAccessModifier:function(1)",
|
|
4798
|
-
"docComment": "",
|
|
4799
|
-
"excerptTokens": [
|
|
4800
|
-
{
|
|
4801
|
-
"kind": "Content",
|
|
4802
|
-
"text": "getAccessModifier: (data: "
|
|
4803
|
-
},
|
|
4579
|
+
"extendsTokenRanges": [
|
|
4804
4580
|
{
|
|
4805
|
-
"
|
|
4806
|
-
"
|
|
4807
|
-
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
4581
|
+
"startIndex": 1,
|
|
4582
|
+
"endIndex": 5
|
|
4808
4583
|
},
|
|
4809
4584
|
{
|
|
4810
|
-
"
|
|
4811
|
-
"
|
|
4585
|
+
"startIndex": 6,
|
|
4586
|
+
"endIndex": 7
|
|
4812
4587
|
},
|
|
4813
4588
|
{
|
|
4814
|
-
"
|
|
4815
|
-
"
|
|
4816
|
-
}
|
|
4817
|
-
],
|
|
4818
|
-
"fileUrlPath": "src/modifiers.ts",
|
|
4819
|
-
"returnTypeTokenRange": {
|
|
4820
|
-
"startIndex": 3,
|
|
4821
|
-
"endIndex": 4
|
|
4822
|
-
},
|
|
4823
|
-
"releaseTag": "Public",
|
|
4824
|
-
"overloadIndex": 1,
|
|
4825
|
-
"parameters": [
|
|
4826
|
-
{
|
|
4827
|
-
"parameterName": "data",
|
|
4828
|
-
"parameterTypeTokenRange": {
|
|
4829
|
-
"startIndex": 1,
|
|
4830
|
-
"endIndex": 2
|
|
4831
|
-
},
|
|
4832
|
-
"isOptional": false
|
|
4589
|
+
"startIndex": 8,
|
|
4590
|
+
"endIndex": 9
|
|
4833
4591
|
}
|
|
4834
|
-
]
|
|
4835
|
-
"name": "getAccessModifier"
|
|
4592
|
+
]
|
|
4836
4593
|
},
|
|
4837
4594
|
{
|
|
4838
4595
|
"kind": "Function",
|
|
4839
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4596
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethod:function(1)",
|
|
4840
4597
|
"docComment": "",
|
|
4841
4598
|
"excerptTokens": [
|
|
4842
4599
|
{
|
|
4843
4600
|
"kind": "Content",
|
|
4844
|
-
"text": "export declare function
|
|
4601
|
+
"text": "export declare function InterfaceMethod(props: "
|
|
4845
4602
|
},
|
|
4846
4603
|
{
|
|
4847
|
-
"kind": "
|
|
4848
|
-
"text": "
|
|
4604
|
+
"kind": "Reference",
|
|
4605
|
+
"text": "InterfaceMethodProps",
|
|
4606
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps:interface"
|
|
4849
4607
|
},
|
|
4850
4608
|
{
|
|
4851
4609
|
"kind": "Content",
|
|
4852
4610
|
"text": "): "
|
|
4853
4611
|
},
|
|
4854
4612
|
{
|
|
4855
|
-
"kind": "
|
|
4856
|
-
"text": "
|
|
4613
|
+
"kind": "Reference",
|
|
4614
|
+
"text": "Children",
|
|
4615
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4857
4616
|
},
|
|
4858
4617
|
{
|
|
4859
4618
|
"kind": "Content",
|
|
4860
4619
|
"text": ";"
|
|
4861
4620
|
}
|
|
4862
4621
|
],
|
|
4863
|
-
"fileUrlPath": "src/
|
|
4622
|
+
"fileUrlPath": "src/components/interface/method.tsx",
|
|
4864
4623
|
"returnTypeTokenRange": {
|
|
4865
4624
|
"startIndex": 3,
|
|
4866
4625
|
"endIndex": 4
|
|
@@ -4869,93 +4628,69 @@
|
|
|
4869
4628
|
"overloadIndex": 1,
|
|
4870
4629
|
"parameters": [
|
|
4871
4630
|
{
|
|
4872
|
-
"parameterName": "
|
|
4631
|
+
"parameterName": "props",
|
|
4873
4632
|
"parameterTypeTokenRange": {
|
|
4874
4633
|
"startIndex": 1,
|
|
4875
4634
|
"endIndex": 2
|
|
4876
4635
|
},
|
|
4877
|
-
"isOptional":
|
|
4636
|
+
"isOptional": false
|
|
4878
4637
|
}
|
|
4879
4638
|
],
|
|
4880
|
-
"name": "
|
|
4639
|
+
"name": "InterfaceMethod"
|
|
4881
4640
|
},
|
|
4882
4641
|
{
|
|
4883
|
-
"kind": "
|
|
4884
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4885
|
-
"docComment": "/**\n *
|
|
4642
|
+
"kind": "Interface",
|
|
4643
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodModifiers:interface",
|
|
4644
|
+
"docComment": "/**\n * Method modifiers. Can only be one.\n */\n",
|
|
4886
4645
|
"excerptTokens": [
|
|
4887
4646
|
{
|
|
4888
4647
|
"kind": "Content",
|
|
4889
|
-
"text": "export
|
|
4890
|
-
},
|
|
4891
|
-
{
|
|
4892
|
-
"kind": "Reference",
|
|
4893
|
-
"text": "InterfaceDeclarationProps",
|
|
4894
|
-
"canonicalReference": "@alloy-js/csharp!InterfaceDeclarationProps:interface"
|
|
4895
|
-
},
|
|
4896
|
-
{
|
|
4897
|
-
"kind": "Content",
|
|
4898
|
-
"text": "): "
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"kind": "Reference",
|
|
4902
|
-
"text": "core.Children",
|
|
4903
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4904
|
-
},
|
|
4905
|
-
{
|
|
4906
|
-
"kind": "Content",
|
|
4907
|
-
"text": ";"
|
|
4648
|
+
"text": "export interface InterfaceMethodModifiers "
|
|
4908
4649
|
}
|
|
4909
4650
|
],
|
|
4910
|
-
"fileUrlPath": "src/components/interface/
|
|
4911
|
-
"returnTypeTokenRange": {
|
|
4912
|
-
"startIndex": 3,
|
|
4913
|
-
"endIndex": 4
|
|
4914
|
-
},
|
|
4651
|
+
"fileUrlPath": "src/components/interface/method.tsx",
|
|
4915
4652
|
"releaseTag": "Public",
|
|
4916
|
-
"
|
|
4917
|
-
"
|
|
4653
|
+
"name": "InterfaceMethodModifiers",
|
|
4654
|
+
"preserveMemberOrder": false,
|
|
4655
|
+
"members": [
|
|
4918
4656
|
{
|
|
4919
|
-
"
|
|
4920
|
-
"
|
|
4657
|
+
"kind": "PropertySignature",
|
|
4658
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodModifiers#new:member",
|
|
4659
|
+
"docComment": "",
|
|
4660
|
+
"excerptTokens": [
|
|
4661
|
+
{
|
|
4662
|
+
"kind": "Content",
|
|
4663
|
+
"text": "readonly new?: "
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"kind": "Content",
|
|
4667
|
+
"text": "boolean"
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
"kind": "Content",
|
|
4671
|
+
"text": ";"
|
|
4672
|
+
}
|
|
4673
|
+
],
|
|
4674
|
+
"isReadonly": true,
|
|
4675
|
+
"isOptional": true,
|
|
4676
|
+
"releaseTag": "Public",
|
|
4677
|
+
"name": "new",
|
|
4678
|
+
"propertyTypeTokenRange": {
|
|
4921
4679
|
"startIndex": 1,
|
|
4922
4680
|
"endIndex": 2
|
|
4923
|
-
}
|
|
4924
|
-
"isOptional": false
|
|
4681
|
+
}
|
|
4925
4682
|
}
|
|
4926
4683
|
],
|
|
4927
|
-
"
|
|
4684
|
+
"extendsTokenRanges": []
|
|
4928
4685
|
},
|
|
4929
4686
|
{
|
|
4930
4687
|
"kind": "Interface",
|
|
4931
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4688
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps:interface",
|
|
4932
4689
|
"docComment": "",
|
|
4933
4690
|
"excerptTokens": [
|
|
4934
4691
|
{
|
|
4935
4692
|
"kind": "Content",
|
|
4936
|
-
"text": "export interface
|
|
4937
|
-
},
|
|
4938
|
-
{
|
|
4939
|
-
"kind": "Reference",
|
|
4940
|
-
"text": "Omit",
|
|
4941
|
-
"canonicalReference": "!Omit:type"
|
|
4942
|
-
},
|
|
4943
|
-
{
|
|
4944
|
-
"kind": "Content",
|
|
4945
|
-
"text": "<"
|
|
4946
|
-
},
|
|
4947
|
-
{
|
|
4948
|
-
"kind": "Reference",
|
|
4949
|
-
"text": "core.DeclarationProps",
|
|
4950
|
-
"canonicalReference": "@alloy-js/core!DeclarationProps:type"
|
|
4951
|
-
},
|
|
4952
|
-
{
|
|
4953
|
-
"kind": "Content",
|
|
4954
|
-
"text": ", \"nameKind\">"
|
|
4955
|
-
},
|
|
4956
|
-
{
|
|
4957
|
-
"kind": "Content",
|
|
4958
|
-
"text": ", "
|
|
4693
|
+
"text": "export interface InterfaceMethodProps extends "
|
|
4959
4694
|
},
|
|
4960
4695
|
{
|
|
4961
4696
|
"kind": "Reference",
|
|
@@ -4968,23 +4703,23 @@
|
|
|
4968
4703
|
},
|
|
4969
4704
|
{
|
|
4970
4705
|
"kind": "Reference",
|
|
4971
|
-
"text": "
|
|
4972
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4706
|
+
"text": "InterfaceMethodModifiers",
|
|
4707
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodModifiers:interface"
|
|
4973
4708
|
},
|
|
4974
4709
|
{
|
|
4975
4710
|
"kind": "Content",
|
|
4976
4711
|
"text": " "
|
|
4977
4712
|
}
|
|
4978
4713
|
],
|
|
4979
|
-
"fileUrlPath": "src/components/interface/
|
|
4714
|
+
"fileUrlPath": "src/components/interface/method.tsx",
|
|
4980
4715
|
"releaseTag": "Public",
|
|
4981
|
-
"name": "
|
|
4716
|
+
"name": "InterfaceMethodProps",
|
|
4982
4717
|
"preserveMemberOrder": false,
|
|
4983
4718
|
"members": [
|
|
4984
4719
|
{
|
|
4985
4720
|
"kind": "PropertySignature",
|
|
4986
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4987
|
-
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <
|
|
4721
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#attributes:member",
|
|
4722
|
+
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <InterfaceMethod name=\"MyMethod\" attributes={[\n * <Attribute name=\"Test\" />\n * <Attribute name=\"Test2\" args={[\"arg1\", \"arg2\"]} />\n * ]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * [Test]\n * [Test2(\"arg1\", \"arg2\")]\n * void MyMethod();\n * ```\n *\n */\n",
|
|
4988
4723
|
"excerptTokens": [
|
|
4989
4724
|
{
|
|
4990
4725
|
"kind": "Content",
|
|
@@ -5011,17 +4746,113 @@
|
|
|
5011
4746
|
},
|
|
5012
4747
|
{
|
|
5013
4748
|
"kind": "PropertySignature",
|
|
5014
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4749
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#children:member",
|
|
4750
|
+
"docComment": "",
|
|
4751
|
+
"excerptTokens": [
|
|
4752
|
+
{
|
|
4753
|
+
"kind": "Content",
|
|
4754
|
+
"text": "children?: "
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
"kind": "Reference",
|
|
4758
|
+
"text": "Children",
|
|
4759
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"kind": "Content",
|
|
4763
|
+
"text": ";"
|
|
4764
|
+
}
|
|
4765
|
+
],
|
|
4766
|
+
"isReadonly": false,
|
|
4767
|
+
"isOptional": true,
|
|
4768
|
+
"releaseTag": "Public",
|
|
4769
|
+
"name": "children",
|
|
4770
|
+
"propertyTypeTokenRange": {
|
|
4771
|
+
"startIndex": 1,
|
|
4772
|
+
"endIndex": 2
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"kind": "PropertySignature",
|
|
4777
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#doc:member",
|
|
5015
4778
|
"docComment": "/**\n * Doc comment\n */\n",
|
|
5016
4779
|
"excerptTokens": [
|
|
5017
4780
|
{
|
|
5018
4781
|
"kind": "Content",
|
|
5019
|
-
"text": "doc?: "
|
|
4782
|
+
"text": "doc?: "
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"kind": "Reference",
|
|
4786
|
+
"text": "Children",
|
|
4787
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
"kind": "Content",
|
|
4791
|
+
"text": ";"
|
|
4792
|
+
}
|
|
4793
|
+
],
|
|
4794
|
+
"isReadonly": false,
|
|
4795
|
+
"isOptional": true,
|
|
4796
|
+
"releaseTag": "Public",
|
|
4797
|
+
"name": "doc",
|
|
4798
|
+
"propertyTypeTokenRange": {
|
|
4799
|
+
"startIndex": 1,
|
|
4800
|
+
"endIndex": 2
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4803
|
+
{
|
|
4804
|
+
"kind": "PropertySignature",
|
|
4805
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#name:member",
|
|
4806
|
+
"docComment": "",
|
|
4807
|
+
"excerptTokens": [
|
|
4808
|
+
{
|
|
4809
|
+
"kind": "Content",
|
|
4810
|
+
"text": "name: "
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"kind": "Content",
|
|
4814
|
+
"text": "string"
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"kind": "Content",
|
|
4818
|
+
"text": ";"
|
|
4819
|
+
}
|
|
4820
|
+
],
|
|
4821
|
+
"isReadonly": false,
|
|
4822
|
+
"isOptional": false,
|
|
4823
|
+
"releaseTag": "Public",
|
|
4824
|
+
"name": "name",
|
|
4825
|
+
"propertyTypeTokenRange": {
|
|
4826
|
+
"startIndex": 1,
|
|
4827
|
+
"endIndex": 2
|
|
4828
|
+
}
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
"kind": "PropertySignature",
|
|
4832
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#parameters:member",
|
|
4833
|
+
"docComment": "",
|
|
4834
|
+
"excerptTokens": [
|
|
4835
|
+
{
|
|
4836
|
+
"kind": "Content",
|
|
4837
|
+
"text": "parameters?: "
|
|
5020
4838
|
},
|
|
5021
4839
|
{
|
|
5022
4840
|
"kind": "Reference",
|
|
5023
|
-
"text": "
|
|
5024
|
-
"canonicalReference": "
|
|
4841
|
+
"text": "Array",
|
|
4842
|
+
"canonicalReference": "!Array:interface"
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"kind": "Content",
|
|
4846
|
+
"text": "<"
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"kind": "Reference",
|
|
4850
|
+
"text": "ParameterProps",
|
|
4851
|
+
"canonicalReference": "@alloy-js/csharp!ParameterProps:interface"
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"kind": "Content",
|
|
4855
|
+
"text": ">"
|
|
5025
4856
|
},
|
|
5026
4857
|
{
|
|
5027
4858
|
"kind": "Content",
|
|
@@ -5031,24 +4862,25 @@
|
|
|
5031
4862
|
"isReadonly": false,
|
|
5032
4863
|
"isOptional": true,
|
|
5033
4864
|
"releaseTag": "Public",
|
|
5034
|
-
"name": "
|
|
4865
|
+
"name": "parameters",
|
|
5035
4866
|
"propertyTypeTokenRange": {
|
|
5036
4867
|
"startIndex": 1,
|
|
5037
|
-
"endIndex":
|
|
4868
|
+
"endIndex": 5
|
|
5038
4869
|
}
|
|
5039
4870
|
},
|
|
5040
4871
|
{
|
|
5041
4872
|
"kind": "PropertySignature",
|
|
5042
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4873
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#refkey:member",
|
|
5043
4874
|
"docComment": "",
|
|
5044
4875
|
"excerptTokens": [
|
|
5045
4876
|
{
|
|
5046
4877
|
"kind": "Content",
|
|
5047
|
-
"text": "
|
|
4878
|
+
"text": "refkey?: "
|
|
5048
4879
|
},
|
|
5049
4880
|
{
|
|
5050
|
-
"kind": "
|
|
5051
|
-
"text": "
|
|
4881
|
+
"kind": "Reference",
|
|
4882
|
+
"text": "Refkey",
|
|
4883
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
5052
4884
|
},
|
|
5053
4885
|
{
|
|
5054
4886
|
"kind": "Content",
|
|
@@ -5056,9 +4888,9 @@
|
|
|
5056
4888
|
}
|
|
5057
4889
|
],
|
|
5058
4890
|
"isReadonly": false,
|
|
5059
|
-
"isOptional":
|
|
4891
|
+
"isOptional": true,
|
|
5060
4892
|
"releaseTag": "Public",
|
|
5061
|
-
"name": "
|
|
4893
|
+
"name": "refkey",
|
|
5062
4894
|
"propertyTypeTokenRange": {
|
|
5063
4895
|
"startIndex": 1,
|
|
5064
4896
|
"endIndex": 2
|
|
@@ -5066,17 +4898,17 @@
|
|
|
5066
4898
|
},
|
|
5067
4899
|
{
|
|
5068
4900
|
"kind": "PropertySignature",
|
|
5069
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4901
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#returns:member",
|
|
5070
4902
|
"docComment": "",
|
|
5071
4903
|
"excerptTokens": [
|
|
5072
4904
|
{
|
|
5073
4905
|
"kind": "Content",
|
|
5074
|
-
"text": "
|
|
4906
|
+
"text": "returns?: "
|
|
5075
4907
|
},
|
|
5076
4908
|
{
|
|
5077
4909
|
"kind": "Reference",
|
|
5078
|
-
"text": "
|
|
5079
|
-
"canonicalReference": "@alloy-js/core!
|
|
4910
|
+
"text": "Children",
|
|
4911
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5080
4912
|
},
|
|
5081
4913
|
{
|
|
5082
4914
|
"kind": "Content",
|
|
@@ -5086,7 +4918,7 @@
|
|
|
5086
4918
|
"isReadonly": false,
|
|
5087
4919
|
"isOptional": true,
|
|
5088
4920
|
"releaseTag": "Public",
|
|
5089
|
-
"name": "
|
|
4921
|
+
"name": "returns",
|
|
5090
4922
|
"propertyTypeTokenRange": {
|
|
5091
4923
|
"startIndex": 1,
|
|
5092
4924
|
"endIndex": 2
|
|
@@ -5094,8 +4926,8 @@
|
|
|
5094
4926
|
},
|
|
5095
4927
|
{
|
|
5096
4928
|
"kind": "PropertySignature",
|
|
5097
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5098
|
-
"docComment": "/**\n * Type parameters for the
|
|
4929
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceMethodProps#typeParameters:member",
|
|
4930
|
+
"docComment": "/**\n * Type parameters for the method\n *\n * @example\n * ```tsx\n * <InterfaceMethod name=\"Test\" typeParameters={[\"T\"]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * public void Test<T>()\n * ```\n *\n */\n",
|
|
5099
4931
|
"excerptTokens": [
|
|
5100
4932
|
{
|
|
5101
4933
|
"kind": "Content",
|
|
@@ -5132,31 +4964,72 @@
|
|
|
5132
4964
|
"extendsTokenRanges": [
|
|
5133
4965
|
{
|
|
5134
4966
|
"startIndex": 1,
|
|
5135
|
-
"endIndex":
|
|
5136
|
-
},
|
|
5137
|
-
{
|
|
5138
|
-
"startIndex": 6,
|
|
5139
|
-
"endIndex": 7
|
|
4967
|
+
"endIndex": 2
|
|
5140
4968
|
},
|
|
5141
4969
|
{
|
|
5142
|
-
"startIndex":
|
|
5143
|
-
"endIndex":
|
|
4970
|
+
"startIndex": 3,
|
|
4971
|
+
"endIndex": 4
|
|
5144
4972
|
}
|
|
5145
4973
|
]
|
|
5146
4974
|
},
|
|
5147
4975
|
{
|
|
5148
|
-
"kind": "
|
|
5149
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
4976
|
+
"kind": "Interface",
|
|
4977
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceModifiers:interface",
|
|
5150
4978
|
"docComment": "",
|
|
5151
4979
|
"excerptTokens": [
|
|
5152
4980
|
{
|
|
5153
4981
|
"kind": "Content",
|
|
5154
|
-
"text": "export
|
|
4982
|
+
"text": "export interface InterfaceModifiers "
|
|
4983
|
+
}
|
|
4984
|
+
],
|
|
4985
|
+
"fileUrlPath": "src/components/interface/declaration.tsx",
|
|
4986
|
+
"releaseTag": "Public",
|
|
4987
|
+
"name": "InterfaceModifiers",
|
|
4988
|
+
"preserveMemberOrder": false,
|
|
4989
|
+
"members": [
|
|
4990
|
+
{
|
|
4991
|
+
"kind": "PropertySignature",
|
|
4992
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceModifiers#partial:member",
|
|
4993
|
+
"docComment": "",
|
|
4994
|
+
"excerptTokens": [
|
|
4995
|
+
{
|
|
4996
|
+
"kind": "Content",
|
|
4997
|
+
"text": "readonly partial?: "
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"kind": "Content",
|
|
5001
|
+
"text": "boolean"
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"kind": "Content",
|
|
5005
|
+
"text": ";"
|
|
5006
|
+
}
|
|
5007
|
+
],
|
|
5008
|
+
"isReadonly": true,
|
|
5009
|
+
"isOptional": true,
|
|
5010
|
+
"releaseTag": "Public",
|
|
5011
|
+
"name": "partial",
|
|
5012
|
+
"propertyTypeTokenRange": {
|
|
5013
|
+
"startIndex": 1,
|
|
5014
|
+
"endIndex": 2
|
|
5015
|
+
}
|
|
5016
|
+
}
|
|
5017
|
+
],
|
|
5018
|
+
"extendsTokenRanges": []
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"kind": "Function",
|
|
5022
|
+
"canonicalReference": "@alloy-js/csharp!InterfaceProperty:function(1)",
|
|
5023
|
+
"docComment": "/**\n * Render a C# interface property.\n *\n * @example\n *\n * `<InterfaceProperty public name=\"My\" get set />`\n *\n * ```cs\n * public int My { get; set; };\n * ```\n *\n */\n",
|
|
5024
|
+
"excerptTokens": [
|
|
5025
|
+
{
|
|
5026
|
+
"kind": "Content",
|
|
5027
|
+
"text": "export declare function InterfaceProperty(props: "
|
|
5155
5028
|
},
|
|
5156
5029
|
{
|
|
5157
5030
|
"kind": "Reference",
|
|
5158
|
-
"text": "
|
|
5159
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5031
|
+
"text": "InterfacePropertyProps",
|
|
5032
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps:interface"
|
|
5160
5033
|
},
|
|
5161
5034
|
{
|
|
5162
5035
|
"kind": "Content",
|
|
@@ -5172,7 +5045,7 @@
|
|
|
5172
5045
|
"text": ";"
|
|
5173
5046
|
}
|
|
5174
5047
|
],
|
|
5175
|
-
"fileUrlPath": "src/components/interface/
|
|
5048
|
+
"fileUrlPath": "src/components/interface/property.tsx",
|
|
5176
5049
|
"returnTypeTokenRange": {
|
|
5177
5050
|
"startIndex": 3,
|
|
5178
5051
|
"endIndex": 4
|
|
@@ -5189,26 +5062,26 @@
|
|
|
5189
5062
|
"isOptional": false
|
|
5190
5063
|
}
|
|
5191
5064
|
],
|
|
5192
|
-
"name": "
|
|
5065
|
+
"name": "InterfaceProperty"
|
|
5193
5066
|
},
|
|
5194
5067
|
{
|
|
5195
5068
|
"kind": "Interface",
|
|
5196
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5069
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyModifiers:interface",
|
|
5197
5070
|
"docComment": "/**\n * Method modifiers. Can only be one.\n */\n",
|
|
5198
5071
|
"excerptTokens": [
|
|
5199
5072
|
{
|
|
5200
5073
|
"kind": "Content",
|
|
5201
|
-
"text": "export interface
|
|
5074
|
+
"text": "export interface InterfacePropertyModifiers "
|
|
5202
5075
|
}
|
|
5203
5076
|
],
|
|
5204
|
-
"fileUrlPath": "src/components/interface/
|
|
5077
|
+
"fileUrlPath": "src/components/interface/property.tsx",
|
|
5205
5078
|
"releaseTag": "Public",
|
|
5206
|
-
"name": "
|
|
5079
|
+
"name": "InterfacePropertyModifiers",
|
|
5207
5080
|
"preserveMemberOrder": false,
|
|
5208
5081
|
"members": [
|
|
5209
5082
|
{
|
|
5210
5083
|
"kind": "PropertySignature",
|
|
5211
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5084
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyModifiers#new:member",
|
|
5212
5085
|
"docComment": "",
|
|
5213
5086
|
"excerptTokens": [
|
|
5214
5087
|
{
|
|
@@ -5238,12 +5111,12 @@
|
|
|
5238
5111
|
},
|
|
5239
5112
|
{
|
|
5240
5113
|
"kind": "Interface",
|
|
5241
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5114
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps:interface",
|
|
5242
5115
|
"docComment": "",
|
|
5243
5116
|
"excerptTokens": [
|
|
5244
5117
|
{
|
|
5245
5118
|
"kind": "Content",
|
|
5246
|
-
"text": "export interface
|
|
5119
|
+
"text": "export interface InterfacePropertyProps extends "
|
|
5247
5120
|
},
|
|
5248
5121
|
{
|
|
5249
5122
|
"kind": "Reference",
|
|
@@ -5256,23 +5129,23 @@
|
|
|
5256
5129
|
},
|
|
5257
5130
|
{
|
|
5258
5131
|
"kind": "Reference",
|
|
5259
|
-
"text": "
|
|
5260
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5132
|
+
"text": "InterfacePropertyModifiers",
|
|
5133
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyModifiers:interface"
|
|
5261
5134
|
},
|
|
5262
5135
|
{
|
|
5263
5136
|
"kind": "Content",
|
|
5264
5137
|
"text": " "
|
|
5265
5138
|
}
|
|
5266
5139
|
],
|
|
5267
|
-
"fileUrlPath": "src/components/interface/
|
|
5140
|
+
"fileUrlPath": "src/components/interface/property.tsx",
|
|
5268
5141
|
"releaseTag": "Public",
|
|
5269
|
-
"name": "
|
|
5142
|
+
"name": "InterfacePropertyProps",
|
|
5270
5143
|
"preserveMemberOrder": false,
|
|
5271
5144
|
"members": [
|
|
5272
5145
|
{
|
|
5273
5146
|
"kind": "PropertySignature",
|
|
5274
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5275
|
-
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <
|
|
5147
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#attributes:member",
|
|
5148
|
+
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <InterfaceProperty name=\"MyProp\" attributes={[\n * <Attribute name=\"Test\" />\n * <Attribute name=\"Test2\" args={[\"arg1\", \"arg2\"]} />\n * ]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * [Test]\n * [Test2(\"arg1\", \"arg2\")]\n * int MyProp { get; set; }\n * ```\n *\n */\n",
|
|
5276
5149
|
"excerptTokens": [
|
|
5277
5150
|
{
|
|
5278
5151
|
"kind": "Content",
|
|
@@ -5291,7 +5164,116 @@
|
|
|
5291
5164
|
"isReadonly": false,
|
|
5292
5165
|
"isOptional": true,
|
|
5293
5166
|
"releaseTag": "Public",
|
|
5294
|
-
"name": "attributes",
|
|
5167
|
+
"name": "attributes",
|
|
5168
|
+
"propertyTypeTokenRange": {
|
|
5169
|
+
"startIndex": 1,
|
|
5170
|
+
"endIndex": 2
|
|
5171
|
+
}
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"kind": "PropertySignature",
|
|
5175
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#doc:member",
|
|
5176
|
+
"docComment": "/**\n * Doc comment\n */\n",
|
|
5177
|
+
"excerptTokens": [
|
|
5178
|
+
{
|
|
5179
|
+
"kind": "Content",
|
|
5180
|
+
"text": "doc?: "
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "Reference",
|
|
5184
|
+
"text": "Children",
|
|
5185
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5186
|
+
},
|
|
5187
|
+
{
|
|
5188
|
+
"kind": "Content",
|
|
5189
|
+
"text": ";"
|
|
5190
|
+
}
|
|
5191
|
+
],
|
|
5192
|
+
"isReadonly": false,
|
|
5193
|
+
"isOptional": true,
|
|
5194
|
+
"releaseTag": "Public",
|
|
5195
|
+
"name": "doc",
|
|
5196
|
+
"propertyTypeTokenRange": {
|
|
5197
|
+
"startIndex": 1,
|
|
5198
|
+
"endIndex": 2
|
|
5199
|
+
}
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"kind": "PropertySignature",
|
|
5203
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#get:member",
|
|
5204
|
+
"docComment": "/**\n * If property should have a getter\n */\n",
|
|
5205
|
+
"excerptTokens": [
|
|
5206
|
+
{
|
|
5207
|
+
"kind": "Content",
|
|
5208
|
+
"text": "get?: "
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"kind": "Content",
|
|
5212
|
+
"text": "boolean"
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"kind": "Content",
|
|
5216
|
+
"text": ";"
|
|
5217
|
+
}
|
|
5218
|
+
],
|
|
5219
|
+
"isReadonly": false,
|
|
5220
|
+
"isOptional": true,
|
|
5221
|
+
"releaseTag": "Public",
|
|
5222
|
+
"name": "get",
|
|
5223
|
+
"propertyTypeTokenRange": {
|
|
5224
|
+
"startIndex": 1,
|
|
5225
|
+
"endIndex": 2
|
|
5226
|
+
}
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"kind": "PropertySignature",
|
|
5230
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#name:member",
|
|
5231
|
+
"docComment": "",
|
|
5232
|
+
"excerptTokens": [
|
|
5233
|
+
{
|
|
5234
|
+
"kind": "Content",
|
|
5235
|
+
"text": "name: "
|
|
5236
|
+
},
|
|
5237
|
+
{
|
|
5238
|
+
"kind": "Content",
|
|
5239
|
+
"text": "string"
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"kind": "Content",
|
|
5243
|
+
"text": ";"
|
|
5244
|
+
}
|
|
5245
|
+
],
|
|
5246
|
+
"isReadonly": false,
|
|
5247
|
+
"isOptional": false,
|
|
5248
|
+
"releaseTag": "Public",
|
|
5249
|
+
"name": "name",
|
|
5250
|
+
"propertyTypeTokenRange": {
|
|
5251
|
+
"startIndex": 1,
|
|
5252
|
+
"endIndex": 2
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"kind": "PropertySignature",
|
|
5257
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#nullable:member",
|
|
5258
|
+
"docComment": "/**\n * Property initializer\n *\n * @example\n *\n * `<ClassProperty name=\"My\" get set nullable />`\n *\n * ```cs\n * int? My { get; set; };\n * ```\n *\n */\n",
|
|
5259
|
+
"excerptTokens": [
|
|
5260
|
+
{
|
|
5261
|
+
"kind": "Content",
|
|
5262
|
+
"text": "nullable?: "
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"kind": "Content",
|
|
5266
|
+
"text": "boolean"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"kind": "Content",
|
|
5270
|
+
"text": ";"
|
|
5271
|
+
}
|
|
5272
|
+
],
|
|
5273
|
+
"isReadonly": false,
|
|
5274
|
+
"isOptional": true,
|
|
5275
|
+
"releaseTag": "Public",
|
|
5276
|
+
"name": "nullable",
|
|
5295
5277
|
"propertyTypeTokenRange": {
|
|
5296
5278
|
"startIndex": 1,
|
|
5297
5279
|
"endIndex": 2
|
|
@@ -5299,17 +5281,17 @@
|
|
|
5299
5281
|
},
|
|
5300
5282
|
{
|
|
5301
5283
|
"kind": "PropertySignature",
|
|
5302
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5284
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#refkey:member",
|
|
5303
5285
|
"docComment": "",
|
|
5304
5286
|
"excerptTokens": [
|
|
5305
5287
|
{
|
|
5306
5288
|
"kind": "Content",
|
|
5307
|
-
"text": "
|
|
5289
|
+
"text": "refkey?: "
|
|
5308
5290
|
},
|
|
5309
5291
|
{
|
|
5310
5292
|
"kind": "Reference",
|
|
5311
|
-
"text": "
|
|
5312
|
-
"canonicalReference": "@alloy-js/core!
|
|
5293
|
+
"text": "Refkey",
|
|
5294
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
5313
5295
|
},
|
|
5314
5296
|
{
|
|
5315
5297
|
"kind": "Content",
|
|
@@ -5319,7 +5301,7 @@
|
|
|
5319
5301
|
"isReadonly": false,
|
|
5320
5302
|
"isOptional": true,
|
|
5321
5303
|
"releaseTag": "Public",
|
|
5322
|
-
"name": "
|
|
5304
|
+
"name": "refkey",
|
|
5323
5305
|
"propertyTypeTokenRange": {
|
|
5324
5306
|
"startIndex": 1,
|
|
5325
5307
|
"endIndex": 2
|
|
@@ -5327,17 +5309,16 @@
|
|
|
5327
5309
|
},
|
|
5328
5310
|
{
|
|
5329
5311
|
"kind": "PropertySignature",
|
|
5330
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5331
|
-
"docComment": "/**\n *
|
|
5312
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#set:member",
|
|
5313
|
+
"docComment": "/**\n * If property should have a setter\n */\n",
|
|
5332
5314
|
"excerptTokens": [
|
|
5333
5315
|
{
|
|
5334
5316
|
"kind": "Content",
|
|
5335
|
-
"text": "
|
|
5317
|
+
"text": "set?: "
|
|
5336
5318
|
},
|
|
5337
5319
|
{
|
|
5338
|
-
"kind": "
|
|
5339
|
-
"text": "
|
|
5340
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5320
|
+
"kind": "Content",
|
|
5321
|
+
"text": "boolean"
|
|
5341
5322
|
},
|
|
5342
5323
|
{
|
|
5343
5324
|
"kind": "Content",
|
|
@@ -5347,7 +5328,7 @@
|
|
|
5347
5328
|
"isReadonly": false,
|
|
5348
5329
|
"isOptional": true,
|
|
5349
5330
|
"releaseTag": "Public",
|
|
5350
|
-
"name": "
|
|
5331
|
+
"name": "set",
|
|
5351
5332
|
"propertyTypeTokenRange": {
|
|
5352
5333
|
"startIndex": 1,
|
|
5353
5334
|
"endIndex": 2
|
|
@@ -5355,16 +5336,17 @@
|
|
|
5355
5336
|
},
|
|
5356
5337
|
{
|
|
5357
5338
|
"kind": "PropertySignature",
|
|
5358
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5359
|
-
"docComment": "",
|
|
5339
|
+
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#type:member",
|
|
5340
|
+
"docComment": "/**\n * Property type\n */\n",
|
|
5360
5341
|
"excerptTokens": [
|
|
5361
5342
|
{
|
|
5362
5343
|
"kind": "Content",
|
|
5363
|
-
"text": "
|
|
5344
|
+
"text": "type: "
|
|
5364
5345
|
},
|
|
5365
5346
|
{
|
|
5366
|
-
"kind": "
|
|
5367
|
-
"text": "
|
|
5347
|
+
"kind": "Reference",
|
|
5348
|
+
"text": "Children",
|
|
5349
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5368
5350
|
},
|
|
5369
5351
|
{
|
|
5370
5352
|
"kind": "Content",
|
|
@@ -5374,76 +5356,311 @@
|
|
|
5374
5356
|
"isReadonly": false,
|
|
5375
5357
|
"isOptional": false,
|
|
5376
5358
|
"releaseTag": "Public",
|
|
5377
|
-
"name": "
|
|
5359
|
+
"name": "type",
|
|
5378
5360
|
"propertyTypeTokenRange": {
|
|
5379
5361
|
"startIndex": 1,
|
|
5380
5362
|
"endIndex": 2
|
|
5381
|
-
}
|
|
5382
|
-
}
|
|
5363
|
+
}
|
|
5364
|
+
}
|
|
5365
|
+
],
|
|
5366
|
+
"extendsTokenRanges": [
|
|
5367
|
+
{
|
|
5368
|
+
"startIndex": 1,
|
|
5369
|
+
"endIndex": 2
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"startIndex": 3,
|
|
5373
|
+
"endIndex": 4
|
|
5374
|
+
}
|
|
5375
|
+
]
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"kind": "Function",
|
|
5379
|
+
"canonicalReference": "@alloy-js/csharp!makeDocCommentTag:function(1)",
|
|
5380
|
+
"docComment": "",
|
|
5381
|
+
"excerptTokens": [
|
|
5382
|
+
{
|
|
5383
|
+
"kind": "Content",
|
|
5384
|
+
"text": "export declare function makeDocCommentTag(name: "
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"kind": "Content",
|
|
5388
|
+
"text": "string"
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"kind": "Content",
|
|
5392
|
+
"text": "): "
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"kind": "Content",
|
|
5396
|
+
"text": "(props: "
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"kind": "Reference",
|
|
5400
|
+
"text": "DocCommentProps",
|
|
5401
|
+
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
5402
|
+
},
|
|
5403
|
+
{
|
|
5404
|
+
"kind": "Content",
|
|
5405
|
+
"text": ") => "
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"kind": "Reference",
|
|
5409
|
+
"text": "Children",
|
|
5410
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"kind": "Content",
|
|
5414
|
+
"text": ";"
|
|
5415
|
+
}
|
|
5416
|
+
],
|
|
5417
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
5418
|
+
"returnTypeTokenRange": {
|
|
5419
|
+
"startIndex": 3,
|
|
5420
|
+
"endIndex": 7
|
|
5421
|
+
},
|
|
5422
|
+
"releaseTag": "Public",
|
|
5423
|
+
"overloadIndex": 1,
|
|
5424
|
+
"parameters": [
|
|
5425
|
+
{
|
|
5426
|
+
"parameterName": "name",
|
|
5427
|
+
"parameterTypeTokenRange": {
|
|
5428
|
+
"startIndex": 1,
|
|
5429
|
+
"endIndex": 2
|
|
5430
|
+
},
|
|
5431
|
+
"isOptional": false
|
|
5432
|
+
}
|
|
5433
|
+
],
|
|
5434
|
+
"name": "makeDocCommentTag"
|
|
5435
|
+
},
|
|
5436
|
+
{
|
|
5437
|
+
"kind": "Function",
|
|
5438
|
+
"canonicalReference": "@alloy-js/csharp!makeInlineDocCommentTag:function(1)",
|
|
5439
|
+
"docComment": "",
|
|
5440
|
+
"excerptTokens": [
|
|
5441
|
+
{
|
|
5442
|
+
"kind": "Content",
|
|
5443
|
+
"text": "export declare function makeInlineDocCommentTag(name: "
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "Content",
|
|
5447
|
+
"text": "string"
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"kind": "Content",
|
|
5451
|
+
"text": "): "
|
|
5452
|
+
},
|
|
5453
|
+
{
|
|
5454
|
+
"kind": "Content",
|
|
5455
|
+
"text": "(props: "
|
|
5456
|
+
},
|
|
5457
|
+
{
|
|
5458
|
+
"kind": "Reference",
|
|
5459
|
+
"text": "DocCommentProps",
|
|
5460
|
+
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"kind": "Content",
|
|
5464
|
+
"text": ") => string"
|
|
5465
|
+
},
|
|
5466
|
+
{
|
|
5467
|
+
"kind": "Content",
|
|
5468
|
+
"text": ";"
|
|
5469
|
+
}
|
|
5470
|
+
],
|
|
5471
|
+
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
5472
|
+
"returnTypeTokenRange": {
|
|
5473
|
+
"startIndex": 3,
|
|
5474
|
+
"endIndex": 6
|
|
5475
|
+
},
|
|
5476
|
+
"releaseTag": "Public",
|
|
5477
|
+
"overloadIndex": 1,
|
|
5478
|
+
"parameters": [
|
|
5479
|
+
{
|
|
5480
|
+
"parameterName": "name",
|
|
5481
|
+
"parameterTypeTokenRange": {
|
|
5482
|
+
"startIndex": 1,
|
|
5483
|
+
"endIndex": 2
|
|
5484
|
+
},
|
|
5485
|
+
"isOptional": false
|
|
5486
|
+
}
|
|
5487
|
+
],
|
|
5488
|
+
"name": "makeInlineDocCommentTag"
|
|
5489
|
+
},
|
|
5490
|
+
{
|
|
5491
|
+
"kind": "Function",
|
|
5492
|
+
"canonicalReference": "@alloy-js/csharp!makeModifiers:function(1)",
|
|
5493
|
+
"docComment": "",
|
|
5494
|
+
"excerptTokens": [
|
|
5495
|
+
{
|
|
5496
|
+
"kind": "Content",
|
|
5497
|
+
"text": "export declare function makeModifiers<T>(obj: "
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"kind": "Reference",
|
|
5501
|
+
"text": "Array",
|
|
5502
|
+
"canonicalReference": "!Array:interface"
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"kind": "Content",
|
|
5506
|
+
"text": "<keyof T>"
|
|
5507
|
+
},
|
|
5508
|
+
{
|
|
5509
|
+
"kind": "Content",
|
|
5510
|
+
"text": "): "
|
|
5511
|
+
},
|
|
5512
|
+
{
|
|
5513
|
+
"kind": "Content",
|
|
5514
|
+
"text": "(data: T) => string"
|
|
5515
|
+
},
|
|
5516
|
+
{
|
|
5517
|
+
"kind": "Content",
|
|
5518
|
+
"text": ";"
|
|
5519
|
+
}
|
|
5520
|
+
],
|
|
5521
|
+
"fileUrlPath": "src/modifiers.ts",
|
|
5522
|
+
"returnTypeTokenRange": {
|
|
5523
|
+
"startIndex": 4,
|
|
5524
|
+
"endIndex": 5
|
|
5525
|
+
},
|
|
5526
|
+
"releaseTag": "Public",
|
|
5527
|
+
"overloadIndex": 1,
|
|
5528
|
+
"parameters": [
|
|
5529
|
+
{
|
|
5530
|
+
"parameterName": "obj",
|
|
5531
|
+
"parameterTypeTokenRange": {
|
|
5532
|
+
"startIndex": 1,
|
|
5533
|
+
"endIndex": 3
|
|
5534
|
+
},
|
|
5535
|
+
"isOptional": false
|
|
5536
|
+
}
|
|
5537
|
+
],
|
|
5538
|
+
"typeParameters": [
|
|
5539
|
+
{
|
|
5540
|
+
"typeParameterName": "T",
|
|
5541
|
+
"constraintTokenRange": {
|
|
5542
|
+
"startIndex": 0,
|
|
5543
|
+
"endIndex": 0
|
|
5544
|
+
},
|
|
5545
|
+
"defaultTypeTokenRange": {
|
|
5546
|
+
"startIndex": 0,
|
|
5547
|
+
"endIndex": 0
|
|
5548
|
+
}
|
|
5549
|
+
}
|
|
5550
|
+
],
|
|
5551
|
+
"name": "makeModifiers"
|
|
5552
|
+
},
|
|
5553
|
+
{
|
|
5554
|
+
"kind": "Function",
|
|
5555
|
+
"canonicalReference": "@alloy-js/csharp!Method:function(1)",
|
|
5556
|
+
"docComment": "",
|
|
5557
|
+
"excerptTokens": [
|
|
5558
|
+
{
|
|
5559
|
+
"kind": "Content",
|
|
5560
|
+
"text": "export declare function Method(props: "
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"kind": "Reference",
|
|
5564
|
+
"text": "MethodProps",
|
|
5565
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps:interface"
|
|
5566
|
+
},
|
|
5567
|
+
{
|
|
5568
|
+
"kind": "Content",
|
|
5569
|
+
"text": "): "
|
|
5570
|
+
},
|
|
5571
|
+
{
|
|
5572
|
+
"kind": "Reference",
|
|
5573
|
+
"text": "Children",
|
|
5574
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"kind": "Content",
|
|
5578
|
+
"text": ";"
|
|
5579
|
+
}
|
|
5580
|
+
],
|
|
5581
|
+
"fileUrlPath": "src/components/method/method.tsx",
|
|
5582
|
+
"returnTypeTokenRange": {
|
|
5583
|
+
"startIndex": 3,
|
|
5584
|
+
"endIndex": 4
|
|
5585
|
+
},
|
|
5586
|
+
"releaseTag": "Public",
|
|
5587
|
+
"overloadIndex": 1,
|
|
5588
|
+
"parameters": [
|
|
5589
|
+
{
|
|
5590
|
+
"parameterName": "props",
|
|
5591
|
+
"parameterTypeTokenRange": {
|
|
5592
|
+
"startIndex": 1,
|
|
5593
|
+
"endIndex": 2
|
|
5594
|
+
},
|
|
5595
|
+
"isOptional": false
|
|
5596
|
+
}
|
|
5597
|
+
],
|
|
5598
|
+
"name": "Method"
|
|
5599
|
+
},
|
|
5600
|
+
{
|
|
5601
|
+
"kind": "Interface",
|
|
5602
|
+
"canonicalReference": "@alloy-js/csharp!MethodModifiers:interface",
|
|
5603
|
+
"docComment": "/**\n * Method modifiers. Can only be one.\n */\n",
|
|
5604
|
+
"excerptTokens": [
|
|
5605
|
+
{
|
|
5606
|
+
"kind": "Content",
|
|
5607
|
+
"text": "export interface MethodModifiers "
|
|
5608
|
+
}
|
|
5609
|
+
],
|
|
5610
|
+
"fileUrlPath": "src/components/method/method.tsx",
|
|
5611
|
+
"releaseTag": "Public",
|
|
5612
|
+
"name": "MethodModifiers",
|
|
5613
|
+
"preserveMemberOrder": false,
|
|
5614
|
+
"members": [
|
|
5383
5615
|
{
|
|
5384
5616
|
"kind": "PropertySignature",
|
|
5385
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5617
|
+
"canonicalReference": "@alloy-js/csharp!MethodModifiers#abstract:member",
|
|
5386
5618
|
"docComment": "",
|
|
5387
5619
|
"excerptTokens": [
|
|
5388
5620
|
{
|
|
5389
5621
|
"kind": "Content",
|
|
5390
|
-
"text": "
|
|
5391
|
-
},
|
|
5392
|
-
{
|
|
5393
|
-
"kind": "Reference",
|
|
5394
|
-
"text": "Array",
|
|
5395
|
-
"canonicalReference": "!Array:interface"
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "Content",
|
|
5399
|
-
"text": "<"
|
|
5400
|
-
},
|
|
5401
|
-
{
|
|
5402
|
-
"kind": "Reference",
|
|
5403
|
-
"text": "ParameterProps",
|
|
5404
|
-
"canonicalReference": "@alloy-js/csharp!ParameterProps:interface"
|
|
5622
|
+
"text": "readonly abstract?: "
|
|
5405
5623
|
},
|
|
5406
5624
|
{
|
|
5407
5625
|
"kind": "Content",
|
|
5408
|
-
"text": "
|
|
5626
|
+
"text": "boolean"
|
|
5409
5627
|
},
|
|
5410
5628
|
{
|
|
5411
5629
|
"kind": "Content",
|
|
5412
5630
|
"text": ";"
|
|
5413
5631
|
}
|
|
5414
5632
|
],
|
|
5415
|
-
"isReadonly":
|
|
5633
|
+
"isReadonly": true,
|
|
5416
5634
|
"isOptional": true,
|
|
5417
5635
|
"releaseTag": "Public",
|
|
5418
|
-
"name": "
|
|
5636
|
+
"name": "abstract",
|
|
5419
5637
|
"propertyTypeTokenRange": {
|
|
5420
5638
|
"startIndex": 1,
|
|
5421
|
-
"endIndex":
|
|
5639
|
+
"endIndex": 2
|
|
5422
5640
|
}
|
|
5423
5641
|
},
|
|
5424
5642
|
{
|
|
5425
5643
|
"kind": "PropertySignature",
|
|
5426
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5644
|
+
"canonicalReference": "@alloy-js/csharp!MethodModifiers#sealed:member",
|
|
5427
5645
|
"docComment": "",
|
|
5428
5646
|
"excerptTokens": [
|
|
5429
5647
|
{
|
|
5430
5648
|
"kind": "Content",
|
|
5431
|
-
"text": "
|
|
5649
|
+
"text": "readonly sealed?: "
|
|
5432
5650
|
},
|
|
5433
5651
|
{
|
|
5434
|
-
"kind": "
|
|
5435
|
-
"text": "
|
|
5436
|
-
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
5652
|
+
"kind": "Content",
|
|
5653
|
+
"text": "boolean"
|
|
5437
5654
|
},
|
|
5438
5655
|
{
|
|
5439
5656
|
"kind": "Content",
|
|
5440
5657
|
"text": ";"
|
|
5441
5658
|
}
|
|
5442
5659
|
],
|
|
5443
|
-
"isReadonly":
|
|
5660
|
+
"isReadonly": true,
|
|
5444
5661
|
"isOptional": true,
|
|
5445
5662
|
"releaseTag": "Public",
|
|
5446
|
-
"name": "
|
|
5663
|
+
"name": "sealed",
|
|
5447
5664
|
"propertyTypeTokenRange": {
|
|
5448
5665
|
"startIndex": 1,
|
|
5449
5666
|
"endIndex": 2
|
|
@@ -5451,27 +5668,26 @@
|
|
|
5451
5668
|
},
|
|
5452
5669
|
{
|
|
5453
5670
|
"kind": "PropertySignature",
|
|
5454
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5671
|
+
"canonicalReference": "@alloy-js/csharp!MethodModifiers#static:member",
|
|
5455
5672
|
"docComment": "",
|
|
5456
5673
|
"excerptTokens": [
|
|
5457
5674
|
{
|
|
5458
5675
|
"kind": "Content",
|
|
5459
|
-
"text": "
|
|
5676
|
+
"text": "readonly static?: "
|
|
5460
5677
|
},
|
|
5461
5678
|
{
|
|
5462
|
-
"kind": "
|
|
5463
|
-
"text": "
|
|
5464
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5679
|
+
"kind": "Content",
|
|
5680
|
+
"text": "boolean"
|
|
5465
5681
|
},
|
|
5466
5682
|
{
|
|
5467
5683
|
"kind": "Content",
|
|
5468
5684
|
"text": ";"
|
|
5469
5685
|
}
|
|
5470
5686
|
],
|
|
5471
|
-
"isReadonly":
|
|
5687
|
+
"isReadonly": true,
|
|
5472
5688
|
"isOptional": true,
|
|
5473
5689
|
"releaseTag": "Public",
|
|
5474
|
-
"name": "
|
|
5690
|
+
"name": "static",
|
|
5475
5691
|
"propertyTypeTokenRange": {
|
|
5476
5692
|
"startIndex": 1,
|
|
5477
5693
|
"endIndex": 2
|
|
@@ -5479,75 +5695,75 @@
|
|
|
5479
5695
|
},
|
|
5480
5696
|
{
|
|
5481
5697
|
"kind": "PropertySignature",
|
|
5482
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5483
|
-
"docComment": "
|
|
5698
|
+
"canonicalReference": "@alloy-js/csharp!MethodModifiers#virtual:member",
|
|
5699
|
+
"docComment": "",
|
|
5484
5700
|
"excerptTokens": [
|
|
5485
5701
|
{
|
|
5486
5702
|
"kind": "Content",
|
|
5487
|
-
"text": "
|
|
5488
|
-
},
|
|
5489
|
-
{
|
|
5490
|
-
"kind": "Content",
|
|
5491
|
-
"text": "("
|
|
5492
|
-
},
|
|
5493
|
-
{
|
|
5494
|
-
"kind": "Reference",
|
|
5495
|
-
"text": "TypeParameterProps",
|
|
5496
|
-
"canonicalReference": "@alloy-js/csharp!TypeParameterProps:interface"
|
|
5703
|
+
"text": "readonly virtual?: "
|
|
5497
5704
|
},
|
|
5498
5705
|
{
|
|
5499
5706
|
"kind": "Content",
|
|
5500
|
-
"text": "
|
|
5707
|
+
"text": "boolean"
|
|
5501
5708
|
},
|
|
5502
5709
|
{
|
|
5503
5710
|
"kind": "Content",
|
|
5504
5711
|
"text": ";"
|
|
5505
5712
|
}
|
|
5506
5713
|
],
|
|
5507
|
-
"isReadonly":
|
|
5714
|
+
"isReadonly": true,
|
|
5508
5715
|
"isOptional": true,
|
|
5509
5716
|
"releaseTag": "Public",
|
|
5510
|
-
"name": "
|
|
5717
|
+
"name": "virtual",
|
|
5511
5718
|
"propertyTypeTokenRange": {
|
|
5512
5719
|
"startIndex": 1,
|
|
5513
|
-
"endIndex":
|
|
5720
|
+
"endIndex": 2
|
|
5514
5721
|
}
|
|
5515
5722
|
}
|
|
5516
5723
|
],
|
|
5517
|
-
"extendsTokenRanges": [
|
|
5518
|
-
{
|
|
5519
|
-
"startIndex": 1,
|
|
5520
|
-
"endIndex": 2
|
|
5521
|
-
},
|
|
5522
|
-
{
|
|
5523
|
-
"startIndex": 3,
|
|
5524
|
-
"endIndex": 4
|
|
5525
|
-
}
|
|
5526
|
-
]
|
|
5724
|
+
"extendsTokenRanges": []
|
|
5527
5725
|
},
|
|
5528
5726
|
{
|
|
5529
5727
|
"kind": "Interface",
|
|
5530
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5728
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps:interface",
|
|
5531
5729
|
"docComment": "",
|
|
5532
5730
|
"excerptTokens": [
|
|
5533
5731
|
{
|
|
5534
5732
|
"kind": "Content",
|
|
5535
|
-
"text": "export interface
|
|
5733
|
+
"text": "export interface MethodProps extends "
|
|
5734
|
+
},
|
|
5735
|
+
{
|
|
5736
|
+
"kind": "Reference",
|
|
5737
|
+
"text": "AccessModifiers",
|
|
5738
|
+
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"kind": "Content",
|
|
5742
|
+
"text": ", "
|
|
5743
|
+
},
|
|
5744
|
+
{
|
|
5745
|
+
"kind": "Reference",
|
|
5746
|
+
"text": "MethodModifiers",
|
|
5747
|
+
"canonicalReference": "@alloy-js/csharp!MethodModifiers:interface"
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"kind": "Content",
|
|
5751
|
+
"text": " "
|
|
5536
5752
|
}
|
|
5537
5753
|
],
|
|
5538
|
-
"fileUrlPath": "src/components/
|
|
5754
|
+
"fileUrlPath": "src/components/method/method.tsx",
|
|
5539
5755
|
"releaseTag": "Public",
|
|
5540
|
-
"name": "
|
|
5756
|
+
"name": "MethodProps",
|
|
5541
5757
|
"preserveMemberOrder": false,
|
|
5542
5758
|
"members": [
|
|
5543
5759
|
{
|
|
5544
5760
|
"kind": "PropertySignature",
|
|
5545
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5546
|
-
"docComment": "",
|
|
5761
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#async:member",
|
|
5762
|
+
"docComment": "/**\n * If true, the method will be declared as an async method.\n */\n",
|
|
5547
5763
|
"excerptTokens": [
|
|
5548
5764
|
{
|
|
5549
5765
|
"kind": "Content",
|
|
5550
|
-
"text": "
|
|
5766
|
+
"text": "async?: "
|
|
5551
5767
|
},
|
|
5552
5768
|
{
|
|
5553
5769
|
"kind": "Content",
|
|
@@ -5558,156 +5774,56 @@
|
|
|
5558
5774
|
"text": ";"
|
|
5559
5775
|
}
|
|
5560
5776
|
],
|
|
5561
|
-
"isReadonly":
|
|
5777
|
+
"isReadonly": false,
|
|
5562
5778
|
"isOptional": true,
|
|
5563
5779
|
"releaseTag": "Public",
|
|
5564
|
-
"name": "
|
|
5780
|
+
"name": "async",
|
|
5565
5781
|
"propertyTypeTokenRange": {
|
|
5566
5782
|
"startIndex": 1,
|
|
5567
5783
|
"endIndex": 2
|
|
5568
5784
|
}
|
|
5569
|
-
}
|
|
5570
|
-
],
|
|
5571
|
-
"extendsTokenRanges": []
|
|
5572
|
-
},
|
|
5573
|
-
{
|
|
5574
|
-
"kind": "Function",
|
|
5575
|
-
"canonicalReference": "@alloy-js/csharp!InterfaceProperty:function(1)",
|
|
5576
|
-
"docComment": "/**\n * Render a C# interface property.\n *\n * @example\n *\n * `<InterfaceProperty public name=\"My\" get set />`\n *\n * ```cs\n * public int My { get; set; };\n * ```\n *\n */\n",
|
|
5577
|
-
"excerptTokens": [
|
|
5578
|
-
{
|
|
5579
|
-
"kind": "Content",
|
|
5580
|
-
"text": "export declare function InterfaceProperty(props: "
|
|
5581
|
-
},
|
|
5582
|
-
{
|
|
5583
|
-
"kind": "Reference",
|
|
5584
|
-
"text": "InterfacePropertyProps",
|
|
5585
|
-
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps:interface"
|
|
5586
|
-
},
|
|
5587
|
-
{
|
|
5588
|
-
"kind": "Content",
|
|
5589
|
-
"text": "): "
|
|
5590
|
-
},
|
|
5591
|
-
{
|
|
5592
|
-
"kind": "Reference",
|
|
5593
|
-
"text": "Children",
|
|
5594
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5595
5785
|
},
|
|
5596
|
-
{
|
|
5597
|
-
"kind": "Content",
|
|
5598
|
-
"text": ";"
|
|
5599
|
-
}
|
|
5600
|
-
],
|
|
5601
|
-
"fileUrlPath": "src/components/interface/property.tsx",
|
|
5602
|
-
"returnTypeTokenRange": {
|
|
5603
|
-
"startIndex": 3,
|
|
5604
|
-
"endIndex": 4
|
|
5605
|
-
},
|
|
5606
|
-
"releaseTag": "Public",
|
|
5607
|
-
"overloadIndex": 1,
|
|
5608
|
-
"parameters": [
|
|
5609
|
-
{
|
|
5610
|
-
"parameterName": "props",
|
|
5611
|
-
"parameterTypeTokenRange": {
|
|
5612
|
-
"startIndex": 1,
|
|
5613
|
-
"endIndex": 2
|
|
5614
|
-
},
|
|
5615
|
-
"isOptional": false
|
|
5616
|
-
}
|
|
5617
|
-
],
|
|
5618
|
-
"name": "InterfaceProperty"
|
|
5619
|
-
},
|
|
5620
|
-
{
|
|
5621
|
-
"kind": "Interface",
|
|
5622
|
-
"canonicalReference": "@alloy-js/csharp!InterfacePropertyModifiers:interface",
|
|
5623
|
-
"docComment": "/**\n * Method modifiers. Can only be one.\n */\n",
|
|
5624
|
-
"excerptTokens": [
|
|
5625
|
-
{
|
|
5626
|
-
"kind": "Content",
|
|
5627
|
-
"text": "export interface InterfacePropertyModifiers "
|
|
5628
|
-
}
|
|
5629
|
-
],
|
|
5630
|
-
"fileUrlPath": "src/components/interface/property.tsx",
|
|
5631
|
-
"releaseTag": "Public",
|
|
5632
|
-
"name": "InterfacePropertyModifiers",
|
|
5633
|
-
"preserveMemberOrder": false,
|
|
5634
|
-
"members": [
|
|
5635
5786
|
{
|
|
5636
5787
|
"kind": "PropertySignature",
|
|
5637
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5638
|
-
"docComment": "",
|
|
5788
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#attributes:member",
|
|
5789
|
+
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <ClassMethod name=\"MyMethod\" attributes={[\n * <Attribute name=\"Test\" />\n * <Attribute name=\"Test2\" args={[\"arg1\", \"arg2\"]} />\n * ]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * [Test]\n * [Test2(\"arg1\", \"arg2\")]\n * public void MyMethod() { }\n * ```\n *\n */\n",
|
|
5639
5790
|
"excerptTokens": [
|
|
5640
5791
|
{
|
|
5641
5792
|
"kind": "Content",
|
|
5642
|
-
"text": "
|
|
5793
|
+
"text": "attributes?: "
|
|
5643
5794
|
},
|
|
5644
5795
|
{
|
|
5645
|
-
"kind": "
|
|
5646
|
-
"text": "
|
|
5796
|
+
"kind": "Reference",
|
|
5797
|
+
"text": "AttributesProp",
|
|
5798
|
+
"canonicalReference": "@alloy-js/csharp!AttributesProp:type"
|
|
5647
5799
|
},
|
|
5648
5800
|
{
|
|
5649
5801
|
"kind": "Content",
|
|
5650
5802
|
"text": ";"
|
|
5651
5803
|
}
|
|
5652
5804
|
],
|
|
5653
|
-
"isReadonly":
|
|
5805
|
+
"isReadonly": false,
|
|
5654
5806
|
"isOptional": true,
|
|
5655
5807
|
"releaseTag": "Public",
|
|
5656
|
-
"name": "
|
|
5808
|
+
"name": "attributes",
|
|
5657
5809
|
"propertyTypeTokenRange": {
|
|
5658
5810
|
"startIndex": 1,
|
|
5659
5811
|
"endIndex": 2
|
|
5660
5812
|
}
|
|
5661
|
-
}
|
|
5662
|
-
],
|
|
5663
|
-
"extendsTokenRanges": []
|
|
5664
|
-
},
|
|
5665
|
-
{
|
|
5666
|
-
"kind": "Interface",
|
|
5667
|
-
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps:interface",
|
|
5668
|
-
"docComment": "",
|
|
5669
|
-
"excerptTokens": [
|
|
5670
|
-
{
|
|
5671
|
-
"kind": "Content",
|
|
5672
|
-
"text": "export interface InterfacePropertyProps extends "
|
|
5673
|
-
},
|
|
5674
|
-
{
|
|
5675
|
-
"kind": "Reference",
|
|
5676
|
-
"text": "AccessModifiers",
|
|
5677
|
-
"canonicalReference": "@alloy-js/csharp!AccessModifiers:interface"
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"kind": "Content",
|
|
5681
|
-
"text": ", "
|
|
5682
|
-
},
|
|
5683
|
-
{
|
|
5684
|
-
"kind": "Reference",
|
|
5685
|
-
"text": "InterfacePropertyModifiers",
|
|
5686
|
-
"canonicalReference": "@alloy-js/csharp!InterfacePropertyModifiers:interface"
|
|
5687
5813
|
},
|
|
5688
5814
|
{
|
|
5689
|
-
"kind": "
|
|
5690
|
-
"
|
|
5691
|
-
|
|
5692
|
-
],
|
|
5693
|
-
"fileUrlPath": "src/components/interface/property.tsx",
|
|
5694
|
-
"releaseTag": "Public",
|
|
5695
|
-
"name": "InterfacePropertyProps",
|
|
5696
|
-
"preserveMemberOrder": false,
|
|
5697
|
-
"members": [
|
|
5698
|
-
{
|
|
5699
|
-
"kind": "PropertySignature",
|
|
5700
|
-
"canonicalReference": "@alloy-js/csharp!InterfacePropertyProps#attributes:member",
|
|
5701
|
-
"docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <InterfaceProperty name=\"MyProp\" attributes={[\n * <Attribute name=\"Test\" />\n * <Attribute name=\"Test2\" args={[\"arg1\", \"arg2\"]} />\n * ]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * [Test]\n * [Test2(\"arg1\", \"arg2\")]\n * int MyProp { get; set; }\n * ```\n *\n */\n",
|
|
5815
|
+
"kind": "PropertySignature",
|
|
5816
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#children:member",
|
|
5817
|
+
"docComment": "",
|
|
5702
5818
|
"excerptTokens": [
|
|
5703
5819
|
{
|
|
5704
5820
|
"kind": "Content",
|
|
5705
|
-
"text": "
|
|
5821
|
+
"text": "children?: "
|
|
5706
5822
|
},
|
|
5707
5823
|
{
|
|
5708
5824
|
"kind": "Reference",
|
|
5709
|
-
"text": "
|
|
5710
|
-
"canonicalReference": "@alloy-js/
|
|
5825
|
+
"text": "Children",
|
|
5826
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5711
5827
|
},
|
|
5712
5828
|
{
|
|
5713
5829
|
"kind": "Content",
|
|
@@ -5717,7 +5833,7 @@
|
|
|
5717
5833
|
"isReadonly": false,
|
|
5718
5834
|
"isOptional": true,
|
|
5719
5835
|
"releaseTag": "Public",
|
|
5720
|
-
"name": "
|
|
5836
|
+
"name": "children",
|
|
5721
5837
|
"propertyTypeTokenRange": {
|
|
5722
5838
|
"startIndex": 1,
|
|
5723
5839
|
"endIndex": 2
|
|
@@ -5725,7 +5841,7 @@
|
|
|
5725
5841
|
},
|
|
5726
5842
|
{
|
|
5727
5843
|
"kind": "PropertySignature",
|
|
5728
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5844
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#doc:member",
|
|
5729
5845
|
"docComment": "/**\n * Doc comment\n */\n",
|
|
5730
5846
|
"excerptTokens": [
|
|
5731
5847
|
{
|
|
@@ -5753,12 +5869,12 @@
|
|
|
5753
5869
|
},
|
|
5754
5870
|
{
|
|
5755
5871
|
"kind": "PropertySignature",
|
|
5756
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5757
|
-
"docComment": "/**\n *
|
|
5872
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#expression:member",
|
|
5873
|
+
"docComment": "/**\n * Use expression syntax for the method.\n *\n * @example\n * ```tsx\n * <ClassMethod name=\"MyMethod\" lambda>\n * this.MyProperty.Value;\n * </ClassMethod>\n * ```\n *\n * This will produce:\n * ```csharp\n * public void MyMethod() => this.MyProperty.Value;\n * ```\n *\n */\n",
|
|
5758
5874
|
"excerptTokens": [
|
|
5759
5875
|
{
|
|
5760
5876
|
"kind": "Content",
|
|
5761
|
-
"text": "
|
|
5877
|
+
"text": "expression?: "
|
|
5762
5878
|
},
|
|
5763
5879
|
{
|
|
5764
5880
|
"kind": "Content",
|
|
@@ -5772,7 +5888,7 @@
|
|
|
5772
5888
|
"isReadonly": false,
|
|
5773
5889
|
"isOptional": true,
|
|
5774
5890
|
"releaseTag": "Public",
|
|
5775
|
-
"name": "
|
|
5891
|
+
"name": "expression",
|
|
5776
5892
|
"propertyTypeTokenRange": {
|
|
5777
5893
|
"startIndex": 1,
|
|
5778
5894
|
"endIndex": 2
|
|
@@ -5780,7 +5896,7 @@
|
|
|
5780
5896
|
},
|
|
5781
5897
|
{
|
|
5782
5898
|
"kind": "PropertySignature",
|
|
5783
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5899
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#name:member",
|
|
5784
5900
|
"docComment": "",
|
|
5785
5901
|
"excerptTokens": [
|
|
5786
5902
|
{
|
|
@@ -5807,16 +5923,30 @@
|
|
|
5807
5923
|
},
|
|
5808
5924
|
{
|
|
5809
5925
|
"kind": "PropertySignature",
|
|
5810
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5811
|
-
"docComment": "
|
|
5926
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#parameters:member",
|
|
5927
|
+
"docComment": "",
|
|
5812
5928
|
"excerptTokens": [
|
|
5813
5929
|
{
|
|
5814
5930
|
"kind": "Content",
|
|
5815
|
-
"text": "
|
|
5931
|
+
"text": "parameters?: "
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"kind": "Reference",
|
|
5935
|
+
"text": "Array",
|
|
5936
|
+
"canonicalReference": "!Array:interface"
|
|
5816
5937
|
},
|
|
5817
5938
|
{
|
|
5818
5939
|
"kind": "Content",
|
|
5819
|
-
"text": "
|
|
5940
|
+
"text": "<"
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"kind": "Reference",
|
|
5944
|
+
"text": "ParameterProps",
|
|
5945
|
+
"canonicalReference": "@alloy-js/csharp!ParameterProps:interface"
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
"kind": "Content",
|
|
5949
|
+
"text": ">"
|
|
5820
5950
|
},
|
|
5821
5951
|
{
|
|
5822
5952
|
"kind": "Content",
|
|
@@ -5826,15 +5956,15 @@
|
|
|
5826
5956
|
"isReadonly": false,
|
|
5827
5957
|
"isOptional": true,
|
|
5828
5958
|
"releaseTag": "Public",
|
|
5829
|
-
"name": "
|
|
5959
|
+
"name": "parameters",
|
|
5830
5960
|
"propertyTypeTokenRange": {
|
|
5831
5961
|
"startIndex": 1,
|
|
5832
|
-
"endIndex":
|
|
5962
|
+
"endIndex": 5
|
|
5833
5963
|
}
|
|
5834
5964
|
},
|
|
5835
5965
|
{
|
|
5836
5966
|
"kind": "PropertySignature",
|
|
5837
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5967
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#refkey:member",
|
|
5838
5968
|
"docComment": "",
|
|
5839
5969
|
"excerptTokens": [
|
|
5840
5970
|
{
|
|
@@ -5862,16 +5992,17 @@
|
|
|
5862
5992
|
},
|
|
5863
5993
|
{
|
|
5864
5994
|
"kind": "PropertySignature",
|
|
5865
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5866
|
-
"docComment": "
|
|
5995
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#returns:member",
|
|
5996
|
+
"docComment": "",
|
|
5867
5997
|
"excerptTokens": [
|
|
5868
5998
|
{
|
|
5869
5999
|
"kind": "Content",
|
|
5870
|
-
"text": "
|
|
6000
|
+
"text": "returns?: "
|
|
5871
6001
|
},
|
|
5872
6002
|
{
|
|
5873
|
-
"kind": "
|
|
5874
|
-
"text": "
|
|
6003
|
+
"kind": "Reference",
|
|
6004
|
+
"text": "Children",
|
|
6005
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5875
6006
|
},
|
|
5876
6007
|
{
|
|
5877
6008
|
"kind": "Content",
|
|
@@ -5881,7 +6012,7 @@
|
|
|
5881
6012
|
"isReadonly": false,
|
|
5882
6013
|
"isOptional": true,
|
|
5883
6014
|
"releaseTag": "Public",
|
|
5884
|
-
"name": "
|
|
6015
|
+
"name": "returns",
|
|
5885
6016
|
"propertyTypeTokenRange": {
|
|
5886
6017
|
"startIndex": 1,
|
|
5887
6018
|
"endIndex": 2
|
|
@@ -5889,17 +6020,25 @@
|
|
|
5889
6020
|
},
|
|
5890
6021
|
{
|
|
5891
6022
|
"kind": "PropertySignature",
|
|
5892
|
-
"canonicalReference": "@alloy-js/csharp!
|
|
5893
|
-
"docComment": "/**\n *
|
|
6023
|
+
"canonicalReference": "@alloy-js/csharp!MethodProps#typeParameters:member",
|
|
6024
|
+
"docComment": "/**\n * Type parameters for the method\n *\n * @example\n * ```tsx\n * <InterfaceMethod name=\"Test\" typeParameters={[\"T\"]} />\n * ```\n *\n * This will produce:\n * ```csharp\n * public void Test<T>()\n * ```\n *\n */\n",
|
|
5894
6025
|
"excerptTokens": [
|
|
5895
6026
|
{
|
|
5896
6027
|
"kind": "Content",
|
|
5897
|
-
"text": "
|
|
6028
|
+
"text": "typeParameters?: "
|
|
6029
|
+
},
|
|
6030
|
+
{
|
|
6031
|
+
"kind": "Content",
|
|
6032
|
+
"text": "("
|
|
5898
6033
|
},
|
|
5899
6034
|
{
|
|
5900
6035
|
"kind": "Reference",
|
|
5901
|
-
"text": "
|
|
5902
|
-
"canonicalReference": "@alloy-js/
|
|
6036
|
+
"text": "TypeParameterProps",
|
|
6037
|
+
"canonicalReference": "@alloy-js/csharp!TypeParameterProps:interface"
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
"kind": "Content",
|
|
6041
|
+
"text": " | string)[]"
|
|
5903
6042
|
},
|
|
5904
6043
|
{
|
|
5905
6044
|
"kind": "Content",
|
|
@@ -5907,12 +6046,12 @@
|
|
|
5907
6046
|
}
|
|
5908
6047
|
],
|
|
5909
6048
|
"isReadonly": false,
|
|
5910
|
-
"isOptional":
|
|
6049
|
+
"isOptional": true,
|
|
5911
6050
|
"releaseTag": "Public",
|
|
5912
|
-
"name": "
|
|
6051
|
+
"name": "typeParameters",
|
|
5913
6052
|
"propertyTypeTokenRange": {
|
|
5914
6053
|
"startIndex": 1,
|
|
5915
|
-
"endIndex":
|
|
6054
|
+
"endIndex": 4
|
|
5916
6055
|
}
|
|
5917
6056
|
}
|
|
5918
6057
|
],
|
|
@@ -5927,182 +6066,6 @@
|
|
|
5927
6066
|
}
|
|
5928
6067
|
]
|
|
5929
6068
|
},
|
|
5930
|
-
{
|
|
5931
|
-
"kind": "Function",
|
|
5932
|
-
"canonicalReference": "@alloy-js/csharp!makeDocCommentTag:function(1)",
|
|
5933
|
-
"docComment": "",
|
|
5934
|
-
"excerptTokens": [
|
|
5935
|
-
{
|
|
5936
|
-
"kind": "Content",
|
|
5937
|
-
"text": "export declare function makeDocCommentTag(name: "
|
|
5938
|
-
},
|
|
5939
|
-
{
|
|
5940
|
-
"kind": "Content",
|
|
5941
|
-
"text": "string"
|
|
5942
|
-
},
|
|
5943
|
-
{
|
|
5944
|
-
"kind": "Content",
|
|
5945
|
-
"text": "): "
|
|
5946
|
-
},
|
|
5947
|
-
{
|
|
5948
|
-
"kind": "Content",
|
|
5949
|
-
"text": "(props: "
|
|
5950
|
-
},
|
|
5951
|
-
{
|
|
5952
|
-
"kind": "Reference",
|
|
5953
|
-
"text": "DocCommentProps",
|
|
5954
|
-
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
5955
|
-
},
|
|
5956
|
-
{
|
|
5957
|
-
"kind": "Content",
|
|
5958
|
-
"text": ") => "
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"kind": "Reference",
|
|
5962
|
-
"text": "Children",
|
|
5963
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5964
|
-
},
|
|
5965
|
-
{
|
|
5966
|
-
"kind": "Content",
|
|
5967
|
-
"text": ";"
|
|
5968
|
-
}
|
|
5969
|
-
],
|
|
5970
|
-
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
5971
|
-
"returnTypeTokenRange": {
|
|
5972
|
-
"startIndex": 3,
|
|
5973
|
-
"endIndex": 7
|
|
5974
|
-
},
|
|
5975
|
-
"releaseTag": "Public",
|
|
5976
|
-
"overloadIndex": 1,
|
|
5977
|
-
"parameters": [
|
|
5978
|
-
{
|
|
5979
|
-
"parameterName": "name",
|
|
5980
|
-
"parameterTypeTokenRange": {
|
|
5981
|
-
"startIndex": 1,
|
|
5982
|
-
"endIndex": 2
|
|
5983
|
-
},
|
|
5984
|
-
"isOptional": false
|
|
5985
|
-
}
|
|
5986
|
-
],
|
|
5987
|
-
"name": "makeDocCommentTag"
|
|
5988
|
-
},
|
|
5989
|
-
{
|
|
5990
|
-
"kind": "Function",
|
|
5991
|
-
"canonicalReference": "@alloy-js/csharp!makeInlineDocCommentTag:function(1)",
|
|
5992
|
-
"docComment": "",
|
|
5993
|
-
"excerptTokens": [
|
|
5994
|
-
{
|
|
5995
|
-
"kind": "Content",
|
|
5996
|
-
"text": "export declare function makeInlineDocCommentTag(name: "
|
|
5997
|
-
},
|
|
5998
|
-
{
|
|
5999
|
-
"kind": "Content",
|
|
6000
|
-
"text": "string"
|
|
6001
|
-
},
|
|
6002
|
-
{
|
|
6003
|
-
"kind": "Content",
|
|
6004
|
-
"text": "): "
|
|
6005
|
-
},
|
|
6006
|
-
{
|
|
6007
|
-
"kind": "Content",
|
|
6008
|
-
"text": "(props: "
|
|
6009
|
-
},
|
|
6010
|
-
{
|
|
6011
|
-
"kind": "Reference",
|
|
6012
|
-
"text": "DocCommentProps",
|
|
6013
|
-
"canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
|
|
6014
|
-
},
|
|
6015
|
-
{
|
|
6016
|
-
"kind": "Content",
|
|
6017
|
-
"text": ") => string"
|
|
6018
|
-
},
|
|
6019
|
-
{
|
|
6020
|
-
"kind": "Content",
|
|
6021
|
-
"text": ";"
|
|
6022
|
-
}
|
|
6023
|
-
],
|
|
6024
|
-
"fileUrlPath": "src/components/doc/comment.tsx",
|
|
6025
|
-
"returnTypeTokenRange": {
|
|
6026
|
-
"startIndex": 3,
|
|
6027
|
-
"endIndex": 6
|
|
6028
|
-
},
|
|
6029
|
-
"releaseTag": "Public",
|
|
6030
|
-
"overloadIndex": 1,
|
|
6031
|
-
"parameters": [
|
|
6032
|
-
{
|
|
6033
|
-
"parameterName": "name",
|
|
6034
|
-
"parameterTypeTokenRange": {
|
|
6035
|
-
"startIndex": 1,
|
|
6036
|
-
"endIndex": 2
|
|
6037
|
-
},
|
|
6038
|
-
"isOptional": false
|
|
6039
|
-
}
|
|
6040
|
-
],
|
|
6041
|
-
"name": "makeInlineDocCommentTag"
|
|
6042
|
-
},
|
|
6043
|
-
{
|
|
6044
|
-
"kind": "Function",
|
|
6045
|
-
"canonicalReference": "@alloy-js/csharp!makeModifiers:function(1)",
|
|
6046
|
-
"docComment": "",
|
|
6047
|
-
"excerptTokens": [
|
|
6048
|
-
{
|
|
6049
|
-
"kind": "Content",
|
|
6050
|
-
"text": "export declare function makeModifiers<T>(obj: "
|
|
6051
|
-
},
|
|
6052
|
-
{
|
|
6053
|
-
"kind": "Reference",
|
|
6054
|
-
"text": "Array",
|
|
6055
|
-
"canonicalReference": "!Array:interface"
|
|
6056
|
-
},
|
|
6057
|
-
{
|
|
6058
|
-
"kind": "Content",
|
|
6059
|
-
"text": "<keyof T>"
|
|
6060
|
-
},
|
|
6061
|
-
{
|
|
6062
|
-
"kind": "Content",
|
|
6063
|
-
"text": "): "
|
|
6064
|
-
},
|
|
6065
|
-
{
|
|
6066
|
-
"kind": "Content",
|
|
6067
|
-
"text": "(data: T) => string"
|
|
6068
|
-
},
|
|
6069
|
-
{
|
|
6070
|
-
"kind": "Content",
|
|
6071
|
-
"text": ";"
|
|
6072
|
-
}
|
|
6073
|
-
],
|
|
6074
|
-
"fileUrlPath": "src/modifiers.ts",
|
|
6075
|
-
"returnTypeTokenRange": {
|
|
6076
|
-
"startIndex": 4,
|
|
6077
|
-
"endIndex": 5
|
|
6078
|
-
},
|
|
6079
|
-
"releaseTag": "Public",
|
|
6080
|
-
"overloadIndex": 1,
|
|
6081
|
-
"parameters": [
|
|
6082
|
-
{
|
|
6083
|
-
"parameterName": "obj",
|
|
6084
|
-
"parameterTypeTokenRange": {
|
|
6085
|
-
"startIndex": 1,
|
|
6086
|
-
"endIndex": 3
|
|
6087
|
-
},
|
|
6088
|
-
"isOptional": false
|
|
6089
|
-
}
|
|
6090
|
-
],
|
|
6091
|
-
"typeParameters": [
|
|
6092
|
-
{
|
|
6093
|
-
"typeParameterName": "T",
|
|
6094
|
-
"constraintTokenRange": {
|
|
6095
|
-
"startIndex": 0,
|
|
6096
|
-
"endIndex": 0
|
|
6097
|
-
},
|
|
6098
|
-
"defaultTypeTokenRange": {
|
|
6099
|
-
"startIndex": 0,
|
|
6100
|
-
"endIndex": 0
|
|
6101
|
-
}
|
|
6102
|
-
}
|
|
6103
|
-
],
|
|
6104
|
-
"name": "makeModifiers"
|
|
6105
|
-
},
|
|
6106
6069
|
{
|
|
6107
6070
|
"kind": "Function",
|
|
6108
6071
|
"canonicalReference": "@alloy-js/csharp!Name:function(1)",
|