UserInterfaceState

public struct UserInterfaceState : Equatable

This struct holds information about the state of various pieces of the UI.

Child Structs

  • This struct holds information about the state of the video clip tool.

    See more

    Declaration

    Swift

    public struct VideoClipInterfaceState : Equatable
  • This struct holds information about the state of the audio clip tool.

    See more

    Declaration

    Swift

    public struct AudioClipInterfaceState : Equatable
  • This struct holds information about the state of the sticker tool.

    See more

    Declaration

    Swift

    public struct StickerInterfaceState : Equatable
  • This struct holds information about the state of the text tool.

    See more

    Declaration

    Swift

    public struct TextInterfaceState : Equatable
  • This struct holds information about the state of the text design tool.

    See more

    Declaration

    Swift

    public struct TextDesignInterfaceState : Equatable

Properties