Skip to main content

SharedPath

Stentor API Reference


Stentor API Reference / stentor-models/src / SharedPath

Interface: SharedPath

Defined in: packages/stentor-models/src/Path/Path.ts:64

Shared parameters on a path.

Extends​

Extended by​

Properties​

actions?​

optional actions: StorageAction[]

Defined in: packages/stentor-models/src/Action/Actionable.ts:12

Inherited from​

Actionable.actions


conditions?​

optional conditions: 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​

Conditioned.conditions


data?​

optional data: object

Defined in: packages/stentor-models/src/Path/Path.ts:66


platform?​

optional platform: 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.