ng-xtend API documentation
    Preparing search index...

    Interface DontCodeReportDisplayType

    Specifies how a single report field should be displayed.

    interface DontCodeReportDisplayType {
        by?: string;
        of: string;
        title: string;
        type: string;
    }
    Index

    Properties

    Properties

    by?: string
    of: string
    title: string
    type: string