Home > @poq/sdk > ContentBlockResponse
The contract describes response payload for AccountClient.getMyAccountContentBlocks(). It carries content block information.
Signature:
export declare class ContentBlockResponse extends PoqContract
Extends: PoqContract
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ContentBlockResponse class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customData | Record<string, unknown> | ||
| height | number | ||
| isAvailableForLoggedIn | boolean | ||
| isAvailableForLoggedOut | boolean | ||
| link | string | ||
| pictureUrl | string | ||
| title | string | ||
| type | number | ||
| width | number |