Action Destinations are a way to build streaming destinations on Segment.
*/ 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
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.