pub struct Builder { /* private fields */ }
Expand description
A builder for VisualCustomActionOperation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn filter_operation(self, input: CustomActionFilterOperation) -> Self
pub fn filter_operation(self, input: CustomActionFilterOperation) -> Self
The filter operation that filters data included in a visual or in an entire sheet.
sourcepub fn set_filter_operation(
self,
input: Option<CustomActionFilterOperation>
) -> Self
pub fn set_filter_operation(
self,
input: Option<CustomActionFilterOperation>
) -> Self
The filter operation that filters data included in a visual or in an entire sheet.
The navigation operation that navigates between different sheets in the same analysis.
The navigation operation that navigates between different sheets in the same analysis.
sourcepub fn url_operation(self, input: CustomActionUrlOperation) -> Self
pub fn url_operation(self, input: CustomActionUrlOperation) -> Self
The URL operation that opens a link to another webpage.
sourcepub fn set_url_operation(self, input: Option<CustomActionUrlOperation>) -> Self
pub fn set_url_operation(self, input: Option<CustomActionUrlOperation>) -> Self
The URL operation that opens a link to another webpage.
sourcepub fn set_parameters_operation(
self,
input: CustomActionSetParametersOperation
) -> Self
pub fn set_parameters_operation(
self,
input: CustomActionSetParametersOperation
) -> Self
The set parameter operation that sets parameters in custom action.
sourcepub fn set_set_parameters_operation(
self,
input: Option<CustomActionSetParametersOperation>
) -> Self
pub fn set_set_parameters_operation(
self,
input: Option<CustomActionSetParametersOperation>
) -> Self
The set parameter operation that sets parameters in custom action.
sourcepub fn build(self) -> VisualCustomActionOperation
pub fn build(self) -> VisualCustomActionOperation
Consumes the builder and constructs a VisualCustomActionOperation
.