novdom/parameter

Types

A parameter is a way to configure a component.

Create those using novdom/parameter/attribute, novdom/parameter/listener, novdom/parameter/modifier, novdom/parameter/motion, or novdom/state/list.

pub type Parameter =
  parameter.Parameter

Functions

pub fn list(parameters: List(Parameter)) -> Parameter

Create a list of parameters.

This is useful when you want to pass multiple parameters when only one is expected.

Search Document