Skip to main content
Module

x/live/deps.ts>View

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
class View
import { View } from "https://deno.land/x/live@1.48.5/deps.ts";

Can be passed to a MeterProvider to select instruments and alter their metric stream.

Constructors

new
View(viewOptions: ViewOptions)

Create a new View instance.

Parameters can be categorized as two types: Instrument selection criteria: Used to describe the instrument(s) this view will be applied to. Will be treated as additive (the Instrument has to meet all the provided criteria to be selected).

Metric stream altering: Alter the metric stream of instruments selected by instrument selection criteria.

Properties

readonly
aggregation: Aggregation
readonly
attributesProcessor: AttributesProcessor
readonly
optional
description: string
readonly
instrumentSelector: InstrumentSelector
readonly
meterSelector: MeterSelector
readonly
optional
name: string