AboutSupportDeveloper GuideVersion 17.2.14

Type alias ButtonTemplateFragment

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

Type declaration

  • Optional buttonStyle?: ButtonStyle

    Style of the button emitted by this fragment.