widget/mendix/file

Types

pub type FileValue
pub type WebImage

Values

pub fn alt_text(img: WebImage) -> option.Option(String)

이미지 대체 텍스트 (없으면 None)

pub fn image_name(img: WebImage) -> option.Option(String)

이미지 파일 이름 (없으면 None)

pub fn image_uri(img: WebImage) -> String

이미지 URI

pub fn name(f: FileValue) -> option.Option(String)

파일 이름 (없으면 None)

pub fn uri(f: FileValue) -> String

파일 URI

Search Document