Interface IIgrStepperProps

Hierarchy

Hierarchy

  • IIgrStepperProps

Properties

activeStepChanged?: ((s, e) => void)

Type declaration

activeStepChanging?: ((s, e) => void)

Type declaration

animationDuration?: string | number

The animation duration in either vertical or horizontal mode.

children?: ReactNode
className?: string
contentTop?: string | boolean

Get/Set whether the content is displayed above the steps.

Remarks

Default value is false and the content is below the steps.

horizontalAnimation?: string | StepperHorizontalAnimation

The animation type when in horizontal mode.

id?: string
linear?: string | boolean

Get/Set whether the stepper is linear.

Remarks

If the stepper is in linear mode and if the active step is valid only then the user is able to move forward.

orientation?: string | StepperOrientation

Gets/Sets the orientation of the stepper.

Remarks

Default value is horizontal.

stepType?: string | StepperStepType

Get/Set the type of the steps.

Remarks

Default value is full.

Returns all of the stepper's steps.

style?: CSSProperties
titlePosition?: string | StepperTitlePosition

Get/Set the position of the steps title.

Remarks

The default value is undefined. When the stepper is horizontally orientated the title is positioned below the indicator. When the stepper is horizontally orientated the title is positioned on the right side of the indicator.

verticalAnimation?: string | StepperVerticalAnimation

The animation type when in vertical mode.