SerenityJS
    Preparing search index...

    Interface ActionFormImage

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

    interface ActionFormImage {
        data: string;
        type: "path" | "url";
    }
    Index

    Properties

    Properties

    data: string
    type: "path" | "url"