UNPKG

@kaltura-ng/kaltura-client

Version:
20 lines (19 loc) 980 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaESearchCuePointFieldName extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static cuePointAnswers: KalturaESearchCuePointFieldName; static cuePointEndTime: KalturaESearchCuePointFieldName; static cuePointExplanation: KalturaESearchCuePointFieldName; static cuePointHint: KalturaESearchCuePointFieldName; static cuePointId: KalturaESearchCuePointFieldName; static cuePointName: KalturaESearchCuePointFieldName; static cuePointQuestion: KalturaESearchCuePointFieldName; static cuePointStartTime: KalturaESearchCuePointFieldName; static cuePointSubType: KalturaESearchCuePointFieldName; static cuePointTags: KalturaESearchCuePointFieldName; static cuePointText: KalturaESearchCuePointFieldName; static cuePointType: KalturaESearchCuePointFieldName; }