Static
action Filter Override action Filter Override : { key : "action-filter-override" ; prop : string ; get ( item : any ) : undefined | boolean ; set ( item : any , value : boolean ) : Promise < void > ; unset ( item : any ) : Promise < void > ; } = ...
Type declaration key : "action-filter-override" prop : string get : functionget ( item ) : undefined | boolean Returns undefined | boolean set : functionset ( item , value ) : Promise < void > Returns Promise < void > unset : functionunset ( item ) : Promise < void > Returns Promise < void > Static
action Section action Section : { key : "actionSection" ; prop : string ; get ( item : any ) : undefined | string ; set ( item : any , value : string ) : Promise < void > ; unset ( item : any ) : Promise < void > ; } = ...
Type declaration key : "actionSection" prop : string get : functionget ( item ) : undefined | string Returns undefined | string set : functionset ( item , value ) : Promise < void > Returns Promise < void > unset : functionunset ( item ) : Promise < void > Returns Promise < void > Static
age age : { key : "age" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "age" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
allow Edit allow Edit : { key : string ; prop : string ; get ( document : any ) : boolean ; set ( document : any , value : boolean ) : Promise < void > ; unset ( document : any ) : Promise < void > ; } = ...
Type declaration key : string prop : string get : functionget ( document ) : boolean Returns boolean set : functionset ( document , value ) : Promise < void > Parameters document : any value : boolean Returns Promise < void > unset : functionunset ( document ) : Promise < void > Returns Promise < void > Static
appearance appearance : { key : "appearance" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "appearance" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
class Filter class Filter : { key : "classFilter" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "classFilter" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
exhaustion exhaustion : { key : "exhaustion" ; prop : string ; get ( actor : any ) : undefined | number ; set ( actor : any , value : number ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "exhaustion" prop : string get : functionget ( actor ) : undefined | number Returns undefined | number set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
eyes eyes : { key : "eyes" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "eyes" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
faith faith : { key : "faith" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "faith" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
gender gender : { key : "gender" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "gender" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
hair hair : { key : "hair" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "hair" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
height height : { key : "height" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "height" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
inventory Grid inventory Grid : { key : string ; prop : string ; get ( document : any ) : boolean ; set ( document : any ) : Promise < void > ; unset ( document : any ) : Promise < void > ; } = ...
Type declaration key : string prop : string get : functionget ( document ) : boolean Returns boolean set : functionset ( document ) : Promise < void > Returns Promise < void > unset : functionunset ( document ) : Promise < void > Returns Promise < void > Static
motion motion : { key : "motion" ; prop : string ; get ( actor : any ) : undefined | boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "motion" prop : string get : functionget ( actor ) : undefined | boolean Returns undefined | boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
notes notes : { key : "notes" ; members : { value : { key : "notes.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } ; prop : string ; get ( actor : any ) : undefined | TidyFlagUnnamedNotes ; set ( actor : any ,
value : TidyFlagUnnamedNotes ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ... Type declaration key : "notes" members : { value : { key : "notes.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } value : { key : "notes.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes.value" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > prop : string get : functionset : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
notes1 notes1 : { key : "notes1" ; members : { name : { key : "notes1.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes1.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } ; prop : string ; get ( actor : any ) : undefined | TidyFlagNamedNotes ; set ( actor : any ,
value : TidyFlagNamedNotes ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ... Type declaration key : "notes1" members : { name : { key : "notes1.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes1.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } name : { key : "notes1.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes1.name" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > value : { key : "notes1.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes1.value" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > prop : string get : functionset : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
notes2 notes2 : { key : "notes2" ; members : { name : { key : "notes2.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes2.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } ; prop : string ; get ( actor : any ) : undefined | TidyFlagNamedNotes ; set ( actor : any ,
value : TidyFlagNamedNotes ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ... Type declaration key : "notes2" members : { name : { key : "notes2.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes2.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } name : { key : "notes2.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes2.name" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > value : { key : "notes2.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes2.value" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > prop : string get : functionset : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
notes3 notes3 : { key : "notes3" ; members : { name : { key : "notes3.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes3.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } ; prop : string ; get ( actor : any ) : undefined | TidyFlagNamedNotes ; set ( actor : any ,
value : TidyFlagNamedNotes ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ... Type declaration key : "notes3" members : { name : { key : "notes3.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes3.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } name : { key : "notes3.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes3.name" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > value : { key : "notes3.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes3.value" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > prop : string get : functionset : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
notes4 notes4 : { key : "notes4" ; members : { name : { key : "notes4.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes4.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any ,
value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } ; prop : string ; get ( actor : any ) : undefined | TidyFlagNamedNotes ; set ( actor : any ,
value : TidyFlagNamedNotes ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ... Type declaration key : "notes4" members : { name : { key : "notes4.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; value : { key : "notes4.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } ; } name : { key : "notes4.name" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes4.name" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > value : { key : "notes4.value" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } key : "notes4.value" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > prop : string get : functionset : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
player Name player Name : { key : "playerName" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "playerName" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
section section : { key : "section" ; prop : string ; unsetProp : string ; get ( item : any ) : undefined | string ; set ( item : any , value : string ) : Promise < void > ; unset ( item : any ) : Promise < void > ; } = ...
Type declaration key : "section" prop : string unset Prop : string get : functionget ( item ) : undefined | string Returns undefined | string set : functionset ( item , value ) : Promise < void > Returns Promise < void > unset : functionunset ( item ) : Promise < void > Returns Promise < void > Static
section Config section Config : { key : "sheet-section-config" ; prop : string ; get ( document : any ) : undefined | SheetTabSectionConfigs ; set ( document : any ,
value : SheetTabSectionConfigs ) : Promise < void > ; unset ( document : any ) : Promise < void > ; } = ... Type declaration key : "sheet-section-config" prop : string get : functionset : functionset ( document , value ) : Promise < void > Returns Promise < void > unset : functionunset ( document ) : Promise < void > Returns Promise < void > Static
selected Tabs selected Tabs : { key : "selected-tabs" ; prop : string ; get ( actor : any ) : undefined | string [] ; set ( actor : any , value : string [] ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "selected-tabs" prop : string get : functionget ( actor ) : undefined | string [] Returns undefined | string [] set : functionset ( actor , value ) : Promise < void > Parameters actor : any value : string [] Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
show Container Panel show Container Panel : { key : "showContainerPanel" ; prop : string ; get ( actor : any ) : undefined | boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "showContainerPanel" prop : string get : functionget ( actor ) : undefined | boolean Returns undefined | boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
show Group Member Tab Info Panel show Group Member Tab Info Panel : { key : "showGroupMemberTabInfoPanel" ; prop : string ; get ( actor : any ) : boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "showGroupMemberTabInfoPanel" prop : string get : functionget ( actor ) : boolean Returns boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
show Legendary Toolbar show Legendary Toolbar : { key : "showLegendaryToolbar" ; prop : string ; get ( actor : any ) : undefined | boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "showLegendaryToolbar" prop : string get : functionget ( actor ) : undefined | boolean Returns undefined | boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
show Npc Personality Info show Npc Personality Info : { key : "showNpcPersonalityInfo" ; prop : string ; get ( actor : any ) : undefined | boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "showNpcPersonalityInfo" prop : string get : functionget ( actor ) : undefined | boolean Returns undefined | boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
skills Expanded skills Expanded : { key : "skillsExpanded" ; prop : string ; get ( actor : any ) : undefined | boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "skillsExpanded" prop : string get : functionget ( actor ) : undefined | boolean Returns undefined | boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
skin skin : { key : "skin" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "skin" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
spellbook Grid spellbook Grid : { key : string ; prop : string ; get ( document : any ) : boolean ; set ( document : any ) : Promise < void > ; unset ( document : any ) : Promise < void > ; } = ...
Type declaration key : string prop : string get : functionget ( document ) : boolean Returns boolean set : functionset ( document ) : Promise < void > Returns Promise < void > unset : functionunset ( document ) : Promise < void > Returns Promise < void > Static
trait trait : { key : "trait" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "trait" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
traits Expanded traits Expanded : { key : "traitsExpanded" ; prop : string ; get ( actor : any ) : undefined | boolean ; set ( actor : any , value : boolean ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "traitsExpanded" prop : string get : functionget ( actor ) : undefined | boolean Returns undefined | boolean set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void > Static
weight weight : { key : "weight" ; prop : string ; get ( actor : any ) : undefined | string ; set ( actor : any , value : string ) : Promise < void > ; unset ( actor : any ) : Promise < void > ; } = ...
Type declaration key : "weight" prop : string get : functionget ( actor ) : undefined | string Returns undefined | string set : functionset ( actor , value ) : Promise < void > Returns Promise < void > unset : functionunset ( actor ) : Promise < void > Returns Promise < void >
Manages Tidy flags.