Validates observable objects that support string list as BlockType
export declare class BlockIdentifierListObservableValidator implements ObservableValidator<string[]> { validate(newValue: string[]): string[];} Copy
export declare class BlockIdentifierListObservableValidator implements ObservableValidator<string[]> { validate(newValue: string[]): string[];}
Validates observable objects that support string list as BlockType
Source