Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.27 KB

Setting.md

File metadata and controls

24 lines (19 loc) · 1.27 KB

woocommerce_client.model.Setting

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id String A unique identifier for the setting. [optional]
groupId String An identifier for the group this setting belongs to. [optional]
label String A human readable label for the setting used in interfaces. [optional]
description String A human readable description for the setting used in interfaces. [optional]
value String Setting value. [optional]
default_ String Default value for the setting. [optional]
tip String Additional help text shown to the user about the setting. [optional]
placeholder String Placeholder text to be displayed in text inputs. [optional]
type String Type of setting. [optional]
options Object Array of options (key value pairs) for inputs such as select, multiselect, and radio buttons. [optional]

[Back to Model list] [Back to API list] [Back to README]