SerenityJS
    Preparing search index...

    Interface ActionFormElement

    Represents an element that can be added to an action form.

    interface ActionFormElement {
        image?: ActionFormImage;
        text?: string;
        type: "header" | "label" | "divider" | "button";
    }
    Index

    Properties

    Properties

    text?: string
    type: "header" | "label" | "divider" | "button"