Static
DEFAULT_ OPTIONS DEFAULT_ OPTIONS : { classes : string [] ; form : { closeOnSubmit : boolean ; handler : ( ( ) => void ) ; submitOnChange : boolean ; submitOnClose : boolean ; } ; includeNone : string ; position : { width : number ; } ; search : { compositioning : boolean ; delay : number ; effectiveSearch : string ; event : null ; value : string ; } ; sheetConfig : boolean ; tag : string ; window : { minimizable : boolean ; resizable : boolean ; title : string ; } ; } = ...
Type declaration classes : string [] form : { closeOnSubmit : boolean ; handler : ( ( ) => void ) ; submitOnChange : boolean ; submitOnClose : boolean ; } close On Submit : boolean handler : ( ( ) => void ) ( ) : void Private
Returns void submit On Change : boolean submit On Close : boolean include None : string position : { width : number ; } search : { compositioning : boolean ; delay : number ; effectiveSearch : string ; event : null ; value : string ; } compositioning : boolean delay : number effective Search : string event : null value : string sheet Config : boolean tag : string window : { minimizable : boolean ; resizable : boolean ; title : string ; } minimizable : boolean resizable : boolean title : string
An abstract class for a document selector application.
Abstract