pub struct SlackBlockNumberInputElementInit {
pub action_id: SlackActionId,
pub is_decimal_allowed: bool,
}Fields§
§action_id: SlackActionId§is_decimal_allowed: boolTrait Implementations§
source§impl From<SlackBlockNumberInputElementInit> for SlackBlockNumberInputElement
impl From<SlackBlockNumberInputElementInit> for SlackBlockNumberInputElement
source§fn from(value: SlackBlockNumberInputElementInit) -> Self
fn from(value: SlackBlockNumberInputElementInit) -> Self
Converts to this type from the input type.