AboutSupportDeveloper GuideVersion 18.0.9

Type alias ButtonTemplateFragment

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

Type declaration

  • Optional buttonStyle?: ButtonStyle

    Style of the button emitted by this fragment.