Saxonberg Server API
    Preparing search index...
    interface Addressable {
        _address: string | null;
        getAddress(): string | null;
        setAddress(value: string | null): void;
    }
    Index

    Properties

    Methods

    Properties

    _address: string | null

    Methods