PreviousHandlerPath
Stentor API Reference / stentor-models/src / PreviousHandlerPath
Interface: PreviousHandlerPath
Defined in: packages/stentor-models/src/Path/Path.ts:54
The previous handler path will look at the previousHandler on the storage for a potential match and leverage it when applicable.
Extendsβ
Propertiesβ
actions?β
optionalactions:StorageAction[]
Defined in: packages/stentor-models/src/Action/Actionable.ts:12
Inherited fromβ
conditions?β
optionalconditions:string|Conditions
Defined in: packages/stentor-models/src/Conditional.ts:73
Conditions to be met.
Can either be a Conditions object or a string such as "foo('bar') || false"
Inherited fromβ
previousHandlerβ
previousHandler:
boolean
Defined in: packages/stentor-models/src/Path/Path.ts:58
Set to true to request the previous handler paths.
data?β
optionaldata:object
Defined in: packages/stentor-models/src/Path/Path.ts:66
Inherited fromβ
platform?β
optionalplatform:string
Defined in: packages/stentor-models/src/Path/Path.ts:72
Optional platform filter for the path.
If set, the path will only apply to the specified platform.