novdom/reference

Types

pub type Reference {
  Reference(id: String)
}

Constructors

  • Reference(id: String)
pub type ReferenceType {
  Value
  InnerHTML
}

Constructors

  • Value
  • InnerHTML

Functions

pub fn create() -> Reference
pub fn from_id(id: String) -> Reference
pub fn set(ref: Reference, ref_type: ReferenceType) -> Parameter
pub fn value(ref: Reference) -> String
Search Document