interface OnLoadOptions {
    filter: RegExp;
    namespace?: string;
}

Properties

Properties

filter: RegExp
namespace?: string