centurion-erp-ui
    Preparing search index...

    Interface LayoutDetail

    This layout is for displaying a a single object from a dataset.

    interface LayoutDetail {
        layout: "single" | "double";
        left: object;
        name: "detail";
        right: object;
    }
    Index

    Properties

    Properties

    layout: "single" | "double"
    left: object
    name: "detail"

    Layout type that is to be used to render the data.

    right: object