hosanna-ui-docs - v0.9.0
    Preparing search index...

    ButtonGroupView is a composite view for displaying a group of buttons, either horizontally or vertically.

    • Supports dynamic items, custom text fields, and button styles.
    • Handles item selection events.
    • Can be rendered as a horizontal or vertical group.
    interface ButtonGroupEvent {
        item: IIdentifiable;
        preventDefault?: boolean;
        type: string;
        view: ButtonGroupView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean
    type: string