Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDialogButtonProps

Interface to define the props of the DialogButton component

interface

IDialogButtonProps

extends

{IDialogButtonState}

Hierarchy

Index

Properties

Optional activeOpacity

activeOpacity: undefined | number

A number to set the active opacity

type

{number}

memberof

IDialogButtonState

Optional align

Set a align value to the button (left|center|right)

type

{TypeDialogButtonAlign}

memberof

IDialogButtonState

default

left

Optional bordered

bordered: undefined | false | true

Set true to apply a border to the button

type

{boolean}

memberof

IDialogButtonState

default

false

Optional disabled

disabled: undefined | false | true

Set true to disable the button

type

{boolean}

memberof

IDialogButtonState

default

false

Optional onPress

onPress: undefined | function

Method that fire when the button is pressed

memberof

IDialogButtonState

Optional options

Prop for group all the props of the DialogButton component

Optional style

style: TypeStyle

Apply a custom style to the button

type

{TypeStyle}

memberof

IDialogButtonState

Optional title

title: undefined | string

A string to define the title of the button

type

{string}

memberof

IDialogButtonState

Optional titleStyle

titleStyle: TypeStyle

Apply a custom style to the title of the button

type

{TypeStyle}

memberof

IDialogButtonState

Generated using TypeDoc