Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDialogTitleState

Interface to define the states of the DialogTitle component

interface

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 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