Interface ClientItemConstants
- All Known Subinterfaces:
ClientItemContext
public interface ClientItemConstants
Properties and identifier constants for the client-side action plugins.
- Since:
- 5.2.181105
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Contextual element asFSID
.static final String
Contextual language abbreviation asString
.static final String
Identifier of the contextual object asString
.static final String
Name of the contextual plugin asString
.static final String
Context type for actions in the floating action button.static final String
Context type for actions in an FS_INDEX editor.static final String
Context type for actions in the status menu.
-
Field Details
-
TYPE_INDEX
Context type for actions in an FS_INDEX editor. Available properties are:- Since:
- 5.2.181105
- See Also:
-
TYPE_STATUS
Context type for actions in the status menu. Available properties are:- Since:
- 5.2.190803
- See Also:
-
TYPE_FLOATING
Context type for actions in the floating action button.- Since:
- 0.5
- See Also:
-
PROPERTY_FSID
Contextual element asFSID
.- Since:
- 5.2.181105
- See Also:
-
PROPERTY_LANGUAGE
Contextual language abbreviation asString
.- Since:
- 5.2.181105
- See Also:
-
PROPERTY_PLUGIN
Name of the contextual plugin asString
.- Since:
- 5.2.181105
- See Also:
-
PROPERTY_OBJECT_ID
Identifier of the contextual object asString
.- Since:
- 5.2.181105
- See Also:
-