@designliquido/xpath
    Preparing search index...

    Interface AtomizationResult

    Result of atomization

    interface AtomizationResult {
        values: any[];
        type: AtomicType;
        isEmpty: boolean;
        error?: string;
    }
    Index

    Properties

    values: any[]

    The atomized value(s) - always an array

    The type of the atomized value(s)

    isEmpty: boolean

    Whether this is an empty sequence

    error?: string

    Error code if atomization failed (e.g., 'FOTY0012')