Script API - v1.26.10
    Preparing search index...

    Class BlockIdentifierListObservableValidator

    Validates observable objects that support string list as BlockType

    export declare class BlockIdentifierListObservableValidator implements ObservableValidator<string[]> {
    validate(newValue: string[]): string[];
    }

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods