|
| 1 | +[andculturecode-javascript-react-components](../README.md) › [AnchorProps](anchorprops.md) |
| 2 | + |
| 3 | +# Interface: AnchorProps |
| 4 | + |
| 5 | +## Hierarchy |
| 6 | + |
| 7 | +* **AnchorProps** |
| 8 | + |
| 9 | +## Index |
| 10 | + |
| 11 | +### Properties |
| 12 | + |
| 13 | +* [ariaLabel](anchorprops.md#optional-arialabel) |
| 14 | +* [children](anchorprops.md#optional-children) |
| 15 | +* [cssClassName](anchorprops.md#optional-cssclassname) |
| 16 | +* [external](anchorprops.md#optional-external) |
| 17 | +* [id](anchorprops.md#optional-id) |
| 18 | +* [onClick](anchorprops.md#optional-onclick) |
| 19 | +* [onKeyDown](anchorprops.md#optional-onkeydown) |
| 20 | +* [ref](anchorprops.md#optional-ref) |
| 21 | +* [target](anchorprops.md#optional-target) |
| 22 | +* [title](anchorprops.md#optional-title) |
| 23 | +* [to](anchorprops.md#to) |
| 24 | + |
| 25 | +## Properties |
| 26 | + |
| 27 | +### `Optional` ariaLabel |
| 28 | + |
| 29 | +• **ariaLabel**? : *undefined | string* |
| 30 | + |
| 31 | +*Defined in [atoms/anchors/anchor.tsx:11](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L11)* |
| 32 | + |
| 33 | +___ |
| 34 | + |
| 35 | +### `Optional` children |
| 36 | + |
| 37 | +• **children**? : *any* |
| 38 | + |
| 39 | +*Defined in [atoms/anchors/anchor.tsx:12](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L12)* |
| 40 | + |
| 41 | +___ |
| 42 | + |
| 43 | +### `Optional` cssClassName |
| 44 | + |
| 45 | +• **cssClassName**? : *undefined | string* |
| 46 | + |
| 47 | +*Defined in [atoms/anchors/anchor.tsx:13](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L13)* |
| 48 | + |
| 49 | +___ |
| 50 | + |
| 51 | +### `Optional` external |
| 52 | + |
| 53 | +• **external**? : *undefined | false | true* |
| 54 | + |
| 55 | +*Defined in [atoms/anchors/anchor.tsx:14](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L14)* |
| 56 | + |
| 57 | +___ |
| 58 | + |
| 59 | +### `Optional` id |
| 60 | + |
| 61 | +• **id**? : *undefined | string* |
| 62 | + |
| 63 | +*Defined in [atoms/anchors/anchor.tsx:15](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L15)* |
| 64 | + |
| 65 | +___ |
| 66 | + |
| 67 | +### `Optional` onClick |
| 68 | + |
| 69 | +• **onClick**? : *undefined | function* |
| 70 | + |
| 71 | +*Defined in [atoms/anchors/anchor.tsx:16](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L16)* |
| 72 | + |
| 73 | +___ |
| 74 | + |
| 75 | +### `Optional` onKeyDown |
| 76 | + |
| 77 | +• **onKeyDown**? : *undefined | function* |
| 78 | + |
| 79 | +*Defined in [atoms/anchors/anchor.tsx:17](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L17)* |
| 80 | + |
| 81 | +___ |
| 82 | + |
| 83 | +### `Optional` ref |
| 84 | + |
| 85 | +• **ref**? : *React.Ref‹HTMLAnchorElement›* |
| 86 | + |
| 87 | +*Defined in [atoms/anchors/anchor.tsx:18](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L18)* |
| 88 | + |
| 89 | +___ |
| 90 | + |
| 91 | +### `Optional` target |
| 92 | + |
| 93 | +• **target**? : *undefined | string* |
| 94 | + |
| 95 | +*Defined in [atoms/anchors/anchor.tsx:19](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L19)* |
| 96 | + |
| 97 | +___ |
| 98 | + |
| 99 | +### `Optional` title |
| 100 | + |
| 101 | +• **title**? : *undefined | string* |
| 102 | + |
| 103 | +*Defined in [atoms/anchors/anchor.tsx:20](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L20)* |
| 104 | + |
| 105 | +___ |
| 106 | + |
| 107 | +### to |
| 108 | + |
| 109 | +• **to**: *string* |
| 110 | + |
| 111 | +*Defined in [atoms/anchors/anchor.tsx:21](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L21)* |
0 commit comments