Poq.SDK.Node

Home > @poq/sdk > ContentBlockResponse

ContentBlockResponse class

The contract describes response payload for AccountClient.getMyAccountContentBlocks(). It carries content block information.

Signature:

export declare class ContentBlockResponse extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the ContentBlockResponse class

Properties

Property Modifiers Type Description
customData   Record<string, unknown>  
height   number  
isAvailableForLoggedIn   boolean  
isAvailableForLoggedOut   boolean  
link   string  
pictureUrl   string  
title   string  
type   number  
width   number