AboutSupportDeveloper GuideVersion 22.3.18

Type Alias ButtonTemplateFragment

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

Type declaration

  • OptionalbuttonStyle?: ButtonStyle

    Style of the button emitted by this fragment.