[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpextdirect.pp line 108
type TExtDirectModule = class(TCustomExtDirectModule) |
published |
property Dispatcher: TCustomExtDirectDispatcher; |
property DispatchOptions: TJSONRPCDispatchOptions; |
property APIPath: string; |
property RouterPath: string; |
property CreateSession: Boolean; |
property NameSpace: string; |
property BaseURL: string; |
property AfterInitModule: TInitModuleEvent; |
property Kind: TWebModuleKind; |
property Session: TCustomSession; |
property OnNewSession: TNotifyEvent; |
property OnSessionExpired: TNotifyEvent; |
property CORS: TCORSSupport; |
end; |
| |
| |
| |
| |
| |
TObject |