Typescript SDK Type Docs
    Preparing search index...

    Interface AllowedOrigins

    interface AllowedOrigins {
        allowAll: boolean;
        origins?: string[];
    }
    Index

    Properties

    Properties

    allowAll: boolean

    Indicates whether all the origin URLs are allowed or not.

    origins?: string[]

    Value of the URL to set. If empty, any existing value will be removed.