formz/widget
Types
pub type Args {
Args(
id: String,
labelled_by: LabelledBy,
described_by: DescribedBy,
)
}
Constructors
-
Args( id: String, labelled_by: LabelledBy, described_by: DescribedBy, )
pub type DescribedBy {
DescribedByElementsWithIds(ids: List(String))
DescribedByNone
}
Constructors
-
DescribedByElementsWithIds(ids: List(String)) -
DescribedByNone
pub type LabelledBy {
LabelledByLabelFor
LabelledByFieldValue
LabelledByElementsWithIds(ids: List(String))
}
Constructors
-
LabelledByLabelFor -
LabelledByFieldValue -
LabelledByElementsWithIds(ids: List(String))
Functions
pub fn described_by(args: Args, db: DescribedBy) -> Args