SerenityJS
    Preparing search index...

    Interface ActionFormButton

    Represents a button that can be shown on an action form.

    interface ActionFormButton {
        image?: ActionFormImage;
        text: string;
    }
    Index

    Properties

    Properties

    text: string