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

    Class BlockIdentifierObservableValidator

    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;
    }

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _defaultValue: string

    This property can't be used in restricted-execution mode.

    This property can't be read in early-execution mode.

    Accessors

    • get defaultValue(): string

      Returns string

    Methods