butterbidi/script/types/remote_reference
Types
pub type SharedReference {
SharedReference(
shared_id: String,
handle: option.Option(String),
)
}
Constructors
-
SharedReference(shared_id: String, handle: option.Option(String))
Values
pub fn remote_reference_from_id(
shared_id: String,
) -> RemoteReference
pub fn remote_reference_to_json(
remote_reference: RemoteReference,
) -> json.Json
pub fn shared_reference_from_id(
shared_id: String,
) -> SharedReference
Creates a new shared reference from a shared id
pub fn shared_reference_to_json(
shared_reference: SharedReference,
) -> json.Json
pub fn shared_reference_with_handle(
shared_reference: SharedReference,
handle: String,
) -> SharedReference