@builder.io/sdk
Version:
This SDK is largely a wrapper over our [Content API](https://www.builder.io/c/docs/content-api)
26 lines (13 loc) • 672 B
Markdown
# Interface: UserAttributes
Attributes that can be used for custom targeting. [https://www.builder.io/c/docs/guides/targeting-and-scheduling](https://www.builder.io/c/docs/guides/targeting-and-scheduling)
## Indexable
▪ [key: `string`]: `undefined` \| `string` \| `string`[] \| `boolean` \| `boolean`[] \| `number` \| `number`[] \| `Record`<`string`, `any`\>
## Table of contents
### Properties
- [urlPath](UserAttributes.md#urlpath)
## Properties
### urlPath
• `Optional` **urlPath**: `string`
URL path of the current user.
#### Defined in
[builder.class.ts:216](https://github.com/builderio/builder/blob/ee8e6f2d/packages/core/src/builder.class.ts#L216)