Bluestep JS Documentation
    Preparing search index...

    Interface InternetAddressSettings

    interface InternetAddressSettings {
        address?: string;
        charset?: string;
        personal?: string;
        strict?: boolean;
    }
    Index

    Properties

    address?: string
    charset?: string
    personal?: string
    strict?: boolean