AboutSupportDeveloper GuideVersion 19.0.3

Type alias ButtonTemplateFragment

ButtonTemplateFragment: ContainerTemplateFragment<"Button"> & FragmentAction & {
    buttonStyle?: ButtonStyle;
}

Type declaration

  • Optional buttonStyle?: ButtonStyle

    Style of the button emitted by this fragment.