Frodo Library - v4.0.0-10
    Preparing search index...

    Interface ServiceImportOptions

    Service import options

    interface ServiceImportOptions {
        clean: boolean;
        global: boolean;
        realm: boolean;
    }
    Index

    Properties

    Properties

    clean: boolean

    Indicates whether to remove previously existing services of the same id before importing

    global: boolean

    Indicates whether to import service(s) as global services

    realm: boolean

    Indicates whether to import service(s) to the current realm