Home > @infiniteobjects/data-types > IPrintButtonApiResponseConfig
Response from calling GET /print-button/:partnerId/config
Signature:
export interface IPrintButtonApiResponseConfig
| Property | Modifiers | Type | Description |
|---|---|---|---|
| aboutCard | IPrintButtonAboutCard | Data needed to render the about card | |
| aboutIo | IPrintButtonAboutView | Data needed to render the About View | |
| active | readonly |
boolean | Active “state” means we can take orders from this configuration. |
| announcement | Nullable<string> | A markdown text containing an announcement to display on the header of the modal | |
| blockchains | Blockchain[] | Blockchains used by the platform. | |
| defaultBlockchain | Blockchain | Default blockchain | |
| editorFeatures | IVideoPrintEditorFeatures | Available Editor features | |
| helpDesk | IHelpDesk | Data needed to render the Help component | |
| imageUrl | string | Co Branded Platform image | |
| name | string | Partner Name (used for GA utm campaign) | |
| videoPrintConfig | IVideoPrintBase | Default VideoPrint settings. | |
| videoPrintType | VideoPrintType | Video Print Type |