> For the complete documentation index, see [llms.txt](https://docs.cspr.click/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cspr.click/cspr.click-sdk/reference/properties.md).

# Properties

The following properties are available in `csprclick` global object after initialization.

### appName

```typescript
appName: string
```

Returns the name of the application. This name is set during the library initialization.

### appId

```typescript
appId: string
```

Returns the id of the application.

### casperNode

```typescript
casperNode: string
```

Returns the URL of the RPC interface CSPR.click uses to get or send information from/to the Casper network.

### chainName

```typescript
chainName: string
```

Returns the name of the Casper network the application interacts with.

### csprclickHost

```
csprclickHost: string
```

Returns the CSPR.click server.
