This interface is used by the options classes to have a IOptionLoader.load method to set all needed properties from source

interface IOptionLoader {
    load(data?): void;
}

Type Parameters

  • T

Implemented by

Methods

Methods