Viewer
    Preparing search index...

    Interface ISDTFAttributeData

    interface ISDTFAttributeData {
        typeHint: string;
        value: any;
    }

    Implemented by

    Index

    Properties

    Properties

    typeHint: string
    value: any