GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeFirstTimeSlideInstructionStyle - React Native

The BlazeFirstTimeSlideInstructionStyle struct represents an instruction to be displayed in the first-time slide.

Properties

headerText

headerText?: BlazeFirstTimeSlideTextStyle

The text content and appearance for the instruction's header.

descriptionText

descriptionText?: BlazeFirstTimeSlideTextStyle

The text content and appearance for the instruction's description.

Initialization

Initializes a BlazeFirstTimeSlideInstructionStyle instance.

interface BlazeFirstTimeSlideInstructionStyle { 
  headerText?: BlazeFirstTimeSlideTextStyle;
  descriptionText?: BlazeFirstTimeSlideTextStyle;
}

Did this page help you?