Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDialogTitleProps

Interface to define the props of the DialogTitle component

interface

IDialogTitleProps

extends

{IDialogTitleState}

Hierarchy

Index

Properties

Optional align

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

type

{TypeDialogTitleAlign}

memberof

IDialogTitleState

default

left

Optional containerStyle

containerStyle: TypeStyle

Apply a custom style to the container of the dialog title

type

{TypeStyle}

memberof

IDialogTitleState

Optional hasTitleBar

hasTitleBar: undefined | false | true

Set true to define a title bar

type

{boolean}

memberof

IDialogTitleState

default

true

Optional options

Prop for group all the props of the DialogTitle component

type

{IDialogTitleState}

memberof

IDialogTitleProps

Optional style

style: TypeStyle

Apply a custom style to the dialog title

type

{TypeStyle}

memberof

IDialogTitleState

Optional title

title: undefined | string

A string to define the title of the dialog

type

{string}

memberof

IDialogTitleState

Generated using TypeDoc