Alokai

ButtonStyles

type ButtonStyles = {
  __typename?: 'ButtonStyles'; /** The button color */
  color?: Maybe<Scalars['String']['output']>; /** The button height in pixels */
  height?: Maybe<Scalars['Int']['output']>; /** The button label */
  label?: Maybe<Scalars['String']['output']>; /** The button layout */
  layout?: Maybe<Scalars['String']['output']>; /** The button shape */
  shape?: Maybe<Scalars['String']['output']>; /** Indicates whether the tagline is displayed */
  tagline?: Maybe<Scalars['Boolean']['output']>; /** Defines if the button uses default height. If the value is false, the value of height is used */
  use_default_height?: Maybe<Scalars['Boolean']['output']>;
};

Referenced Types

On this page