Interface IAssignOptions

interface IAssignOptions {
    getter?: IObjectCallable;
    setter?: IObjectCallable;
}

Properties

Properties