ServerSetupLocalPathPickerButton

internal actual fun ServerSetupLocalPathPickerButton(modifier: Modifier, text: String, onPathSelected: (String) -> Unit)(source)

Renders the ServerSetupLocalPathPickerButton UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

text

text value consumed by the API.

onPathSelected

callback invoked by the component.

internal expect fun ServerSetupLocalPathPickerButton(modifier: Modifier, text: String, onPathSelected: (String) -> Unit)(source)

Renders the ServerSetupLocalPathPickerButton UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

text

text value consumed by the API.

onPathSelected

callback invoked by the component.

internal actual fun ServerSetupLocalPathPickerButton(modifier: Modifier, text: String, onPathSelected: (String) -> Unit)(source)

Renders the ServerSetupLocalPathPickerButton UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

text

text value consumed by the API.

onPathSelected

callback invoked by the component.