Component:PagingControl: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page PagingControl (Component) to Component:PagingControl: Creating component Namespace
Automated: update component fields
Line 17: Line 17:
|NoItemsLabel|String|
|NoItemsLabel|String|
|PagingInfoLabel|String|
|PagingInfoLabel|String|
|TotalPages|Int|
|TotalPages|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv6=true|
|RemainingItems|Int|
|RemainingItems|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv7=true|
|_label|IField`1|TypeString8=IField<string>|
|_label|{{RootFieldType|FieldDrive`1|[[Type:String|String]]}}|TypeAdv8=true|
|_previousEnabled|IField`1|TypeString9=IField<bool>|
|_previousEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv9=true|
|_nextEnabled|IField`1|TypeString10=IField<bool>|
|_nextEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv10=true|
}}
}}



Revision as of 10:36, 1 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Paging Control component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
ItemsPerPage Int
TotalItems Int
HasMoreItems Bool
SkipItems Int
NoItemsLabel String
PagingInfoLabel String
TotalPages raw output of Int
RemainingItems raw output of Int
_label field drive of String
_previousEnabled field drive of Bool
_nextEnabled field drive of Bool

Usage

Examples

Related Components