Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_layoutConfirmationButton_t Struct Reference

This structure contains info to build a confirmation button. More...

#include <nbgl_layout.h>

Public Attributes

const char * text
 text of the button More...
 
int token
 token of the button More...
 
bool active
 if true, button is active, otherwise inactive (grayed-out) More...
 

Detailed Description

This structure contains info to build a confirmation button.

Definition at line 371 of file nbgl_layout.h.

Member Data Documentation

◆ active

bool nbgl_layoutConfirmationButton_t::active

if true, button is active, otherwise inactive (grayed-out)

Definition at line 374 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutConfirmationButton_t::text

text of the button

Definition at line 372 of file nbgl_layout.h.

◆ token

int nbgl_layoutConfirmationButton_t::token

token of the button

Definition at line 373 of file nbgl_layout.h.


The documentation for this struct was generated from the following file: