Validates observable objects that support string as BlockType
export declare class BlockIdentifierObservableValidator implements ObservableValidator<string> { protected _defaultValue: string; get defaultValue(): string; constructor(defaultName: string); validate(newValue: string): string;} Copy
export declare class BlockIdentifierObservableValidator implements ObservableValidator<string> { protected _defaultValue: string; get defaultValue(): string; constructor(defaultName: string); validate(newValue: string): string;}
Constructs a new instance of the BlockIdentifierObservableValidator class
BlockIdentifierObservableValidator
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 BlockType
Source