vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface PersonalizationTargetInfo

    interface PersonalizationTargetInfo {
        groupName: string;
        priority?: number;
        targetType: string;
        targetValue: string;
    }
    Index

    Properties

    groupName: string
    priority?: number
    targetType: string
    targetValue: string