MAIDR JavaScript API
    Preparing search index...

    Interface PowerBIValueTypeDescriptor

    The type descriptor of a column (powerbi.ValueTypeDescriptor).

    Only the flags that change how a value is announced are read.

    interface PowerBIValueTypeDescriptor {
        numeric?: boolean;
        integer?: boolean;
        text?: boolean;
        dateTime?: boolean;
        bool?: boolean;
    }
    Index

    Properties

    numeric?: boolean
    integer?: boolean
    text?: boolean
    dateTime?: boolean
    bool?: boolean