Module

FFIProps

Package
purescript-ffi-props
Repository
justinwoo/purescript-ffi-props

#Object Source

newtype Object object (properties :: Row Type)

a newtype for an object that you define

Constructors

#unsafeGetProp Source

unsafeGetProp :: forall e ty name p' p o. IsSymbol name => RowCons name ty p' p => SProxy name -> Object o p -> Eff e ty

#unsafeSetProp Source

unsafeSetProp :: forall e ty name p' p o. IsSymbol name => RowCons name ty p' p => SProxy name -> ty -> Object o p -> Eff e Unit

#unsafeModifyProp Source

unsafeModifyProp :: forall e ty name p' p o. IsSymbol name => RowCons name ty p' p => SProxy name -> (ty -> ty) -> Object o p -> Eff e Unit

#_unsafeGetProp Source

_unsafeGetProp :: forall e ty o. EffFn2 e String o ty

#_unsafeSetProp Source

_unsafeSetProp :: forall e ty o. EffFn3 e String ty o Unit

#_unsafeModifyProp Source

_unsafeModifyProp :: forall e ty o. EffFn3 e String (ty -> ty) o Unit
Modules
FFIProps