aptrinsic

aptrinsic/action-destinations

Action Destinations are a way to build streaming destinations on Segment.

TypeScript
0
0
No license

*/ properties?: Record<string, InputField> /** If the field is an enum, the allowed values */ enum?: string[] /** * Whether or not the field is visible in the Segment UI. * This is useful for fields that are only meant to be used in templates. */ visible?: boolean /** * A list of fields that should be displayed after this field in the Segment UI. * This is useful for fields that should be displayed in a certain order but * are not required. */ after?: string[] } ``` ### Default Values If you'd like to provide a default value for a field, you can use the `default` property on the field. If the default value is a constant, you can just pass it in: ```js const destination = { // ... actions: { postToChannel: { // ... fields: { channel: { label: 'Channel', description: 'The channel to post to.', type: 'string', required: true, default: 'general' } } } } } ``` If you'd like to use a value from the event in the default value, you

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Top contributors

nick-Ag's profile
nick-Ag
50 contributions
gpsamson's profile
gpsamson
49 contributions
dlasky's profile
dlasky
44 contributions
jinapark202's profile
jinapark202
41 contributions
coreyching's profile
coreyching
19 contributions
daltonscharff's profile
daltonscharff
18 contributions
danieljackins's profile
danieljackins
18 contributions
brennan's profile
brennan
17 contributions
lcampos's profile
lcampos
16 contributions
mericsson's profile
mericsson
12 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet