Validates observable objects that support string as EntityType
export declare class EntityIdentifierObservableValidator implements ObservableValidator<string> { protected _defaultValue: string; get defaultValue(): string; constructor(defaultValue: string); validate(newValue: string): string;} Copy
export declare class EntityIdentifierObservableValidator implements ObservableValidator<string> { protected _defaultValue: string; get defaultValue(): string; constructor(defaultValue: string); validate(newValue: string): string;}
Constructs a new instance of the EntityIdentifierObservableValidator class
EntityIdentifierObservableValidator
Protected
This property can't be used in restricted-execution mode.
This property can't be read in early-execution mode.
Validates observable objects that support string as EntityType
Source