Skip to content

Port: Is it needed? #7

@ghost

Description

An element can be declared as :

option 1:

context c1
   public media media1
   end
end

option 2:

context c1
   media media1 [public, etc]
   end
end

option 3:

context c1
private:
   media media1
   end
public:
   media media1
   end
end

And then the elements external to c1 have access to the media1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions