| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Snap.Extras.NavTrails
Documentation
Constructors
| NavTrail | |
Fields
| |
Arguments
| :: SnapletLens b SessionManager | Lens to the session snaplet |
| -> Maybe (Snaplet (Heist b)) | The heist snaplet (not a lens), if you want splices to be added automatically. |
| -> SnapletInit b (NavTrail b) |
setFocusToRef :: Handler b (NavTrail b) () Source #
redirFocus :: ByteString -> Handler b (NavTrail b) a Source #
backCSplice :: Splice (Handler b v) Source #
focusSplice :: SnapletLens (Snaplet v) (NavTrail b) -> Splice (Handler b v) Source #
focusCSplice :: SnapletLens (Snaplet v) (NavTrail b) -> Splice (Handler b v) Source #
addNavTrailSplices :: Snaplet (Heist b) -> Initializer b (NavTrail b) () Source #